google-analytics-async.html 329 B

12345678910
  1. {{ if not .Site.IsServer }}
  2. {{ with .Site.GoogleAnalytics }}
  3. <script>
  4. window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
  5. ga('create', '{{ . }}', 'auto');
  6. ga('send', 'pageview');
  7. </script>
  8. <script async src='https://www.google-analytics.com/analytics.js'></script>
  9. {{ end }}
  10. {{ end }}