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

Update deprecated Site.Social #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dustinmichels
Copy link

@dustinmichels dustinmichels commented Nov 18, 2024

Hi!

I changed .Site.Social to .Site.Params.Social. Locally, this seems to fix the issue I opened (#167) which deals with the following deprecation error:

ERROR deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in Hugo 0.139.0. Implement taxonomy 'social' or use .Site.Params.Social instead.

I don't know if it will cause problems for people with an older version of hugo.

Change `.Site.Social` to `.Site.Params.Social`
Update `.Site.Params.Social`
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.

1 participant