Merge pull request #68 from ranshers/ga-fix
changed layouts/partials/head.html for fix for Google analytics change
This commit is contained in:
commit
5ef24244d2
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
{{- /* Misc */}}
|
{{- /* Misc */}}
|
||||||
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
|
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
|
||||||
{{- if site.GoogleAnalytics }}
|
{{- if .Site.Config.Services.GoogleAnalytics.ID }}
|
||||||
{{- template "_internal/google_analytics.html" . }}
|
{{- template "_internal/google_analytics.html" . }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if site.Params.useCustomAnalytics }}
|
{{- if site.Params.useCustomAnalytics }}
|
||||||
|
|
Loading…
Reference in New Issue