12345678910 |
- {{ 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 }}
|