fixed hugo version problems
Some checks failed
Website / Website veröffentlichen (push) Failing after -22s
Some checks failed
Website / Website veröffentlichen (push) Failing after -22s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{ if not hugo.IsServer }}
|
||||
{{ with .Site.GoogleAnalytics }}
|
||||
{{ with .Site.Config.Services.GoogleAnalytics.ID }}
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
|
||||
<script>
|
||||
@@ -10,4 +10,4 @@
|
||||
gtag('config', '{{ . }}');
|
||||
</script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user