From bdd5cdfbb05238fbacfa19e38a22608310f999a9 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Sat, 8 Apr 2017 19:32:59 +0200 Subject: [PATCH] Change google analytics to async --- layouts/partials/footer_scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index c9e3f1b..1095236 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -10,7 +10,7 @@ {{ end }} {{ if isset .Site.Params "googleanalytics" }} - {{ template "_internal/google_analytics.html" . }} + {{ template "_internal/google_analytics_async.html" . }} {{ end }}