From a4392e14dd652093b2669a6871bea542cb0d4410 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Sun, 16 Apr 2017 09:58:56 -0500 Subject: [PATCH] Added analytics support (#28) --- layouts/partials/footer_scripts.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index 1095236..aab9d08 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -9,9 +9,7 @@ {{ end }} -{{ if isset .Site.Params "googleanalytics" }} - {{ template "_internal/google_analytics_async.html" . }} -{{ end }} +{{ template "_internal/google_analytics_async.html" . }}