Merge pull request #485 from TheGroundZero/patch-5

Fix #483 - .Site.Config.Services.GoogleAnalytics.ID
This commit is contained in:
Djordje Atlialp 2024-10-17 19:34:08 +02:00 committed by GitHub
commit e58845d747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@
{{- end }}
<!-- Google Analytics internal template -->
{{- if .Site.Config.Services.GoogleAnalytics }}
{{- if .Site.Config.Services.GoogleAnalytics.ID }}
{{ template "_internal/google_analytics.html" . }}
{{- end }}