Wonderfall / hugo-WonderMod

A fast, clean, responsive and hardened Hugo theme.
https://wonderfall.dev
MIT License
42 stars 9 forks source link

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

Closed storopoli closed 9 months ago

storopoli commented 11 months ago

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

image

This was reported in the original PaperMod theme (https://github.com/adityatelange/hugo-PaperMod/issues/1325) and fixed in this commit (https://github.com/adityatelange/hugo-PaperMod/commit/7795c90f6fa106733267481d9ed0518b00f2c62c).

I think that to solve this issue either:

Wonderfall commented 10 months ago

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

Andreapm1977 commented 10 months ago

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

storopoli commented 10 months ago

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

d4rklynk commented 10 months ago

This is expected: https://github.com/gohugoio/hugo/issues/11647

d4rklynk commented 10 months ago

And FYI, just in case: https://github.com/gohugoio/hugo/issues/11455

storopoli commented 10 months ago

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

image

Wonderfall commented 9 months ago

Should be fixed now.

storopoli commented 9 months ago

Thank you!