shithub: hugo

ref: 2fb9af59c14b1732ba1a2f21794e2cf8dfca0604
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 }}