Google Analytics is now integrated directly into layout.

This commit is contained in:
chris062689 2017-02-26 17:34:27 -05:00
parent e7c87488a5
commit 24e6066d22
1 changed files with 8 additions and 10 deletions

View File

@ -48,17 +48,15 @@
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
{{ if eq (getenv "HUGO_ENV") "PRD" }} {{ if eq (getenv "HUGO_ENV") "PRD" }}
{{ with .Site.Params.googleanalytics }} <script>
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '{{ .Site.Params.googleanalytics }}', 'auto'); ga('create', 'UA-73966905-1', 'auto');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
{{ end }}
{{ else }} {{ else }}
<meta name="robots" content="noindex,nofollow"/> <meta name="robots" content="noindex,nofollow"/>
{{ end }} {{ end }}