shithub: hugo

ref: 9bd4236e1b3bee332439eef50e12d4481340c3eb
dir: /tpl/tplimpl/embedded/templates/google_analytics_async.html/

View raw version
{{ 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='//www.google-analytics.com/analytics.js'></script>
{{ end }}