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

[BUG] Page's metadata rendering broken. #6

Closed
storopoli opened this issue Nov 23, 2023 · 8 comments
Closed

[BUG] Page's metadata rendering broken. #6

storopoli opened this issue Nov 23, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@storopoli
Copy link

Hugo v0.120 introduced something that broke page's metadata like date and author:
image

This was reported in the original PaperMod theme (adityatelange#1325)
and fixed in this commit (adityatelange@7795c90).

I think that to solve this issue either:

  • Rebase to the latest PaperMod
  • add a | safeHTML to the delimit parameter in layouts/partials/post_meta.html
@storopoli storopoli added the bug Something isn't working label Nov 23, 2023
@Wonderfall
Copy link
Owner

Thanks for reporting. I'll take a look ASAP!

@Andreapm1977
Copy link

thanks! adding it to both post_meta.html and author.html saved my life!

@storopoli
Copy link
Author

Yes, but it should be solved in WonderMod with a careful rebase to PaperMod.

storopoli added a commit to storopoli/storopoli.github.io that referenced this issue Nov 29, 2023
storopoli added a commit to storopoli/storopoli.github.io that referenced this issue Nov 29, 2023
@d4rklynk
Copy link

d4rklynk commented Dec 5, 2023

This is expected: gohugoio/hugo#11647

@d4rklynk
Copy link

d4rklynk commented Dec 5, 2023

And FYI, just in case: gohugoio/hugo#11455

@storopoli
Copy link
Author

And FYI, just in case: gohugoio/hugo#11455

image

@Wonderfall
Copy link
Owner

Should be fixed now.

@storopoli
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants