Merge pull request #491 from embeddedpenguin/master

fix deprecated use of .Site.GoogleAnalytics
This commit is contained in:
Djordje Atlialp 2024-10-17 16:12:48 +02:00 committed by GitHub
commit e25f73528a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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