From 8dc910b11db0e6aa33167ce3a667529212a92168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Martinez=20Su=C3=B1=C3=A9?= <4691852+aemartinez@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:20:16 +0100 Subject: [PATCH] bugfix https://discourse.gohugo.io/t/build-error-on-v0-125-2-calling-internal-template-internal-google-analytics-async-html/49410 --- 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 d3f2f5f..ebe457e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -27,7 +27,7 @@ - {{- template "_internal/google_analytics_async.html" . }} + {{- template "_internal/google_analytics.html" . }}