Merge pull request #485 from TheGroundZero/patch-5
Fix #483 - .Site.Config.Services.GoogleAnalytics.ID
This commit is contained in:
commit
e58845d747
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
<!-- Google Analytics internal template -->
|
<!-- Google Analytics internal template -->
|
||||||
{{- if .Site.Config.Services.GoogleAnalytics }}
|
{{- if .Site.Config.Services.GoogleAnalytics.ID }}
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue