From 55fe10e9d39850c955dcfdd1e1a708c378dc7705 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Wed, 31 Mar 2021 09:42:38 +0530 Subject: [PATCH] Use non-async internal template for Google Analytics v4 --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3713b96d..45c11fd7 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -95,7 +95,7 @@ {{- /* Misc */}} {{- if hugo.IsProduction | or (eq .Site.Params.env "production") }} -{{- template "_internal/google_analytics_async.html" . }} +{{- template "_internal/google_analytics.html" . }} {{- template "_internal/google_news.html" . }} {{- template "partials/templates/opengraph.html" . }} {{- template "partials/templates/twitter_cards.html" . }}