Fix #483
Update `.Site.GoogleAnalytics` to `.Site.Config.Services.GoogleAnalytics.ID`
This commit is contained in:
parent
a902dacd84
commit
9877c70dc9
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
{{- end }}
|
||||
|
||||
<!-- Google Analytics internal template -->
|
||||
{{- if .Site.GoogleAnalytics }}
|
||||
{{- if .Site.Config.Services.GoogleAnalytics.ID }}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue