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 +