From 8a5eb10b21c493a16648586e3b22989f2fb9dd55 Mon Sep 17 00:00:00 2001 From: Diego Caro Date: Tue, 16 Jul 2013 22:04:40 -0400 Subject: [PATCH] Optional Analytics --- _includes/scripts.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/scripts.html b/_includes/scripts.html index 2be9830..c62d88f 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,6 +1,7 @@ +{% if site.owner.google_analytics %} +{% endif %} {% if page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file