jointakahe/themes/cayman/layouts/partials/google-analytics-async.html
2022-11-19 09:46:56 -07:00

10 lines
331 B
HTML

{{ if not $.Site.IsServer }}
{{ with $.Site.GoogleAnalytics }}
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', '{{ . }}', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
{{ end }}
{{ end }}