snake_case
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{{define "analytics"}}{{if not debugMode}}
|
{{define "analytics"}}{{if not debugMode}}
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24463738-5"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24463738-4"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'UA-24463738-5');
|
gtag('config', 'UA-24463738-4');
|
||||||
</script>
|
</script>
|
||||||
{{end}}{{end}}
|
{{end}}{{end}}
|
||||||
|
Reference in New Issue
Block a user