Fix deprecation warning emitted by hugo

This commit is contained in:
Andreas Deininger 2024-03-11 21:45:54 +01:00
parent 36e3e4c09c
commit f53cdef01d
2 changed files with 3 additions and 3 deletions

View file

@ -56,6 +56,6 @@
{{ end }}
<!-- Keep backwards compatibility and consistency with HUGO defaults -->
{{ if site.GoogleAnalytics }}
{{ if .Site.Config.Services.GoogleAnalytics.ID }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}