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 #510

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

deining
Copy link
Contributor

@deining deining commented Jul 31, 2024

When running example site with latest hugo version 0.130.0, deprecation warnings are shown:

WARN  deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future release. Use hugo.IsMultilingual instead.
WARN  deprecated: .Site.LastChange was deprecated in Hugo v0.123.0 and will be removed in a future release. Use .Site.Lastmod instead.

This PR fixes these issues.

@henryiii henryiii merged commit acbc3ef into halogenica:master Aug 14, 2024
1 check passed
@deining deining deleted the fix-deprecation-warnings branch August 14, 2024 20:14
sunpech pushed a commit to sunpech/beautifulhugo that referenced this pull request Aug 18, 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.

2 participants