fixed hugo version problems
Some checks failed
Website / Website veröffentlichen (push) Failing after -22s

This commit is contained in:
2026-03-25 12:58:49 +01:00
parent d28b7c4ab4
commit 7b612a8671

View File

@@ -1,5 +1,5 @@
{{ if not hugo.IsServer }} {{ if not hugo.IsServer }}
{{ with .Site.GoogleAnalytics }} {{ with .Site.Config.Services.GoogleAnalytics.ID }}
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script> <script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
<script> <script>
@@ -10,4 +10,4 @@
gtag('config', '{{ . }}'); gtag('config', '{{ . }}');
</script> </script>
{{ end }} {{ end }}
{{ end }} {{ end }}