11 lines
371 B
HTML
11 lines
371 B
HTML
{{define "analytics"}}{{if not debugMode}}
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24463738-5"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-24463738-5');
|
|
</script>
|
|
{{end}}{{end}} |