Google Analytics is now integrated directly into layout.
This commit is contained in:
parent
e7c87488a5
commit
24e6066d22
|
@ -48,17 +48,15 @@
|
|||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
|
||||
{{ if eq (getenv "HUGO_ENV") "PRD" }}
|
||||
{{ with .Site.Params.googleanalytics }}
|
||||
<script>
|
||||
(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),
|
||||
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');
|
||||
<script>
|
||||
(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),
|
||||
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');
|
||||
|
||||
ga('create', '{{ .Site.Params.googleanalytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{{ end }}
|
||||
ga('create', 'UA-73966905-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{{ else }}
|
||||
<meta name="robots" content="noindex,nofollow"/>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue