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