From 25882e323c9d9b5c25da99b480922827fc801dce Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sat, 21 Jan 2012 15:43:27 +0000 Subject: Add production mode. --- _site_build/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_site_build/_layouts/default.html') diff --git a/_site_build/_layouts/default.html b/_site_build/_layouts/default.html index 95fb919..e57e887 100644 --- a/_site_build/_layouts/default.html +++ b/_site_build/_layouts/default.html @@ -27,7 +27,7 @@ -{% if site.google_ua %} +{% if site.production and site.google_ua %} {% include google_analytics.html %} {% endif %} -- cgit v1.2.3-13-gbd6f