Some checks failed
Website / Website veröffentlichen (push) Failing after -25s
13 lines
381 B
HTML
13 lines
381 B
HTML
{{ if not hugo.IsServer }}
|
|
{{ with .Site.GoogleAnalytics }}
|
|
<!-- 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 }} |