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

Feed includes html escaped entities / only summary in feed #114

Open
stroebjo opened this issue Oct 25, 2024 · 0 comments
Open

Feed includes html escaped entities / only summary in feed #114

stroebjo opened this issue Oct 25, 2024 · 0 comments

Comments

@stroebjo
Copy link

The atom feed of the blog contains the escaped HTML tags&lt;p&gt;&lt;strong&gt;, I think for Feed Readers to correctly display the feed contents it the type="html" attribute would need to be added to the <summary> element in layouts/_default/section.atom.xml.

Also I would like to suggest, to include the full post content in the in Atom feed. At the moment only the summary is in the feed and to read the complete blog post you have to leave your feed reader.

I thing the following addition to the <entry> should add the full post to the feed: <content type="html">{{ .Content | html }}</content>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant