Some checks failed
Website / Website veröffentlichen (push) Failing after -22s
14 lines
401 B
HTML
14 lines
401 B
HTML
{{ if not hugo.IsServer }}
|
|
{{ 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>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', '{{ . }}');
|
|
</script>
|
|
{{ end }}
|
|
{{ end }}
|