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: replace deprecated .Site.IsMultiLingual and .Site.Social #862

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

KarthikChandy
Copy link
Contributor

With newer versions of Hugo, we get the following warning messages

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.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead.

More information:

@xoxys xoxys changed the title Hugo deprecations related to .Site.IsMultiLingual and .Site.Social fix: replace deprecated .Site.IsMultiLingual and .Site.Social Aug 16, 2024
@xoxys xoxys merged commit 5ed55ed into thegeeklab:main Aug 27, 2024
3 checks passed
@xoxys
Copy link
Member

xoxys commented Aug 27, 2024

Thanks!

xoxys added a commit that referenced this pull request Aug 27, 2024
BREAKING CHANGE: The min required Hugo version was bumped to v0.124 to drop deprecated vars `.Site.IsMultiLingual` and `.Site.Social`. For more details see [#862](#862)
xoxys added a commit that referenced this pull request Aug 27, 2024
BREAKING CHANGE: The min required Hugo version was bumped to v0.124 to drop deprecated vars `.Site.IsMultiLingual` and `.Site.Social`. For more details, see [#862](#862).
@KarthikChandy KarthikChandy deleted the hugo_deprecations branch August 27, 2024 23:35
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