Closed schroedingersZombie closed 9 months ago
Describe the bug Commit #00488d0 introduces an error, when site.params.showFullTextInRSS is st to true.
It removes the xmlns:content="http://purl.org/rss/1.0/modules/content/" attribute in the rss tag. This is required for the tag containing the full text.
Steps to reproduce the behavior: insert
params: showFullTextInRss: true
into hugo.yaml. Paste https://yoursite.net/index.xml into https://validator.w3.org/feed/check.cgi
Expected behavior: RSS feed validates successfully.
Edit: just noticed, I forgot to type a title
same problem
Hi! This PR fixes the problem, although it also brings a feature :upside_down_face:
https://github.com/adityatelange/hugo-PaperMod/pull/1370
Thank you very much! :)
Describe the bug Commit #00488d0 introduces an error, when site.params.showFullTextInRSS is st to true.
It removes the xmlns:content="http://purl.org/rss/1.0/modules/content/" attribute in the rss tag. This is required for the tag containing the full text.
Steps to reproduce the behavior: insert
into hugo.yaml. Paste https://yoursite.net/index.xml into https://validator.w3.org/feed/check.cgi
Expected behavior: RSS feed validates successfully.
Edit: just noticed, I forgot to type a title