From e73af8f5ee2cc6a5cbac49a5b977d2981e2a8722 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 30 Jul 2024 22:09:31 +0200 Subject: [PATCH] Fix template for google analytics --- layouts/partials/head/general.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/general.html b/layouts/partials/head/general.html index 0ec31a847..293f13cb0 100644 --- a/layouts/partials/head/general.html +++ b/layouts/partials/head/general.html @@ -2,7 +2,7 @@ {{ if hugo.IsProduction }} - {{ template "_internal/google_analytics_async.html" . }} + {{ template "_internal/google_analytics.html" . }} {{ end }}