-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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] ShowFullTextInRSS creates invalid RSS feed #1385
Labels
bug
Something isn't working
Comments
schroedingersZombie
changed the title
[BUG]
[BUG] ShowFullTextInRSS creates invalid RSS feed
Jan 7, 2024
same problem |
Hi! This PR fixes the problem, although it also brings a feature 🙃 |
Thank you very much! :) |
7 tasks
ayedaemon
pushed a commit
to ayedaemon/hugo-PaperMod
that referenced
this issue
Mar 27, 2024
…oded if something on .Content (adityatelange#1411) * Added xmlns:content namespace for valid RSS feeds with content:encoded * Only write <content:encoded> in RSS if ShotFullTextinRSS and .Content has something fixes: adityatelange#1385
jdxgfty
pushed a commit
to jdxgfty/hugo-PaperMod
that referenced
this issue
Nov 3, 2024
…oded if something on .Content (adityatelange#1411) * Added xmlns:content namespace for valid RSS feeds with content:encoded * Only write <content:encoded> in RSS if ShotFullTextinRSS and .Content has something fixes: adityatelange#1385
nsrahmad
pushed a commit
to nsrahmad/hugo-PaperMod
that referenced
this issue
Dec 7, 2024
…oded if something on .Content (adityatelange#1411) * Added xmlns:content namespace for valid RSS feeds with content:encoded * Only write <content:encoded> in RSS if ShotFullTextinRSS and .Content has something fixes: adityatelange#1385
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 content:encoded 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
The text was updated successfully, but these errors were encountered: