fix support for GA v4 #84
This commit is contained in:
parent
2308811cac
commit
b9c021cab7
@ -40,11 +40,7 @@
|
|||||||
<meta property="article:publisher" content="https://www.facebook.com/XXX"> -->
|
<meta property="article:publisher" content="https://www.facebook.com/XXX"> -->
|
||||||
|
|
||||||
{{ if and (.Site.GoogleAnalytics) (or (eq (getenv "HUGO_ENV") "production") (eq .Site.Params.env "production")) }}
|
{{ if and (.Site.GoogleAnalytics) (or (eq (getenv "HUGO_ENV") "production") (eq .Site.Params.env "production")) }}
|
||||||
{{ if hasPrefix .Site.GoogleAnalytics "UA-" }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
{{ template "_internal/google_analytics_async.html" . }}
|
|
||||||
{{ else }}
|
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ partial "head-extra.html" . }}
|
{{ partial "head-extra.html" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user