From fc7c5df003dc9dce2cb5d40faa06b2833514f93b Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 06 Apr 2024 05:35:32 +0000
Subject: [PATCH] fix: remove async version of Google Analytics
---
layouts/partials/footer.html | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9f9d462..e3f6ed5 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -29,8 +29,6 @@
{{- partial "math.html" .context -}}
{{- if (hasPrefix .context.Site.GoogleAnalytics "G-") -}}
{{- template "_internal/google_analytics.html" .context -}}
-{{- else -}}
- {{- template "_internal/google_analytics_async.html" .context -}}
{{- end -}}
{{- if and (hugo.IsProduction) (.context.Site.Params.gtagId) -}}
{{ partial "google-analytics-gtag-async.html" .context }}
--
Gitblit v1.10.0