Due to deprecated .Site.Author taxonomy should be used#379
Open
JuliusLongmind wants to merge 1 commit intoVimux:masterfrom
Open
Due to deprecated .Site.Author taxonomy should be used#379JuliusLongmind wants to merge 1 commit intoVimux:masterfrom
JuliusLongmind wants to merge 1 commit intoVimux:masterfrom
Conversation
|
On Hugo @Vimux Could you please take a look? |
jonatan-ivanov
added a commit
to jonatan-ivanov/develotters-blog
that referenced
this pull request
Oct 25, 2024
This change needs to be reverted once it is fixed in Mainroad (theme) See Vimux/Mainroad#379
jonatan-ivanov
suggested changes
Oct 25, 2024
jonatan-ivanov
left a comment
There was a problem hiding this comment.
I think the documentation (readme) should be also updated and the Author section should be moved under Params.
Jean85
approved these changes
Feb 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi There!
With the last version hugo it seems .Site.Author is deprecated and .Site.Params.Author should be used.
I hope it helps,
Julius Longmind