From ee2d425db1240320e9180d962f4274f115e9fb53 Mon Sep 17 00:00:00 2001 From: David Marzal <2069735+Marzal@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:49:00 +0200 Subject: [PATCH] Fix _internal/google_analytics_async deprecation warning As other themes did https://github.com/google/docsy/pull/1931/files PD Last hugo version working for me is 0.122.0 --- layouts/partials/js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/js.html b/layouts/partials/js.html index 62f0d4ec..4ecb9bcb 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -39,7 +39,7 @@ {{- end -}} {{- end -}} {{- end -}} -{{- template "_internal/google_analytics_async.html" . -}} +{{- template "_internal/google_analytics.html" . -}} {{- if .Site.Params.analytics.piwik -}} {{- partial "_analytics/piwik.html" . -}}