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

Fix deprecation warnings emitted by hugo #406

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

deining
Copy link
Contributor

@deining deining commented Mar 10, 2024

When running example site with latest hugo version 0.123.8, a deprecation warning is printed out:

INFO  deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0
and will be removed in a future release.
Use .Site.Config.Services.Disqus.Shortname instead.

This PR fixes this issue.

@Magneticdud
Copy link

tried on my computer, this PR allows compilation on latest hugo v0.132.2, otherwise it fails (although the message says it will be removed in v0.133

@ryanfox1985 ryanfox1985 merged commit e151ecb into devcows:master Oct 9, 2024
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

Successfully merging this pull request may close these issues.

3 participants