From f322be14049a9a0f10e8d4486ca9f4953580c8ff Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Wed, 8 Oct 2025 23:13:06 +0200 Subject: [PATCH] Remove Google Analytics footer script --- layouts/partials/footer_scripts.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index 08d8b64..7afc5d2 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -41,10 +41,6 @@ fathom('trackPageview'); {{ end }} -{{ if .Site.Params.googleAnalyticsEnabled }} -{{ template "_internal/google_analytics_async.html" . }} -{{ end }} -