shithub: hugo

ref: 00e36a4164d730bd1dff1d0efd04283992bfe671
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 }}