summaryrefslogtreecommitdiffstats
path: root/src/partials/head-scripts.hbs
blob: d1133892ef83cae33551970c790b7902a4f1c3c2 (plain)
1
2
3
4
5
6
{{#if site.keys.googleAnalytics}}
{{#with site.keys.googleAnalytics}}
    <script async src="https://www.googletagmanager.com/gtag/js?id={{this}}"></script>
    <script>dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)};gtag('js',new Date());gtag('config','{{this}}')</script>
{{/with}}
{{/if}}