From a8f15571dab1642a8e49597b1faa1cdd1d618b50 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Sun, 2 Apr 2017 11:15:30 -0500 Subject: [PATCH] Added analytics support --- layouts/partials/footer_scripts.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index 8212a8d..fc1e492 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -9,6 +9,10 @@ {{ end }} +{{ if isset .Site.Params "googleanalytics" }} + {{ template "_internal/google_analytics.html" . }} +{{ end }} + \ No newline at end of file +