Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.135.0. Use .Site.Config.Services.GoogleAnalytics.ID instead. #483

Open
TheGroundZero opened this issue Sep 4, 2024 · 0 comments

Comments

@TheGroundZero
Copy link

TheGroundZero commented Sep 4, 2024

Error when building site with Hugo v0.134.0

ERROR deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.135.0. Use .Site.Config.Services.GoogleAnalytics.ID instead.

{{- if .Site.GoogleAnalytics }}
{{ template "_internal/google_analytics.html" . }}
{{- end }}

TheGroundZero added a commit to TheGroundZero/hugo-theme-hello-friend-ng that referenced this issue Sep 4, 2024
Update `.Site.GoogleAnalytics` to `.Site.Config.Services.GoogleAnalytics.ID`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant