Files
jreleaser.github.io/ui-bundle/partials/head-scripts.hbs
2021-03-26 20:37:31 +01:00

6 lines
348 B
Handlebars

{{#with site.keys.googleAnalytics}}
<script async src="https://www.googletagmanager.com/gtag/js?id={{this}}"></script>
<script>function gtag(){dataLayer.push(arguments)};window.dataLayer=window.dataLayer||[];gtag('js',new Date());gtag('config','{{this}}')</script>
{{/with}}
<script>var uiRootPath = '{{{uiRootPath}}}'</script>