From 211f77c241337d36679d727aaf86a1f5f477a52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 2 Apr 2021 11:00:43 +0200 Subject: [PATCH] Use _internal/google_analytics.html to support GA v4 Fixes #83 --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f5fa96e..2bd9767 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -75,7 +75,7 @@ {{- end}} {{ if not .Site.IsServer }} - {{ template "_internal/google_analytics_async.html" . }} + {{ template "_internal/google_analytics.html" . }} {{ end }}