snake_case

This commit is contained in:
2019-02-13 21:35:21 +01:00
parent cae7883c73
commit 6fa16218f6
9 changed files with 3 additions and 3 deletions

View File

@@ -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}}