nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
403 stars 190 forks source link

Add the ability to include header images in RSS feed #662

Closed g3rb3n closed 1 year ago

g3rb3n commented 3 years ago

Description

Add the ability to include header images in RSS feed.

Use cases

A customer that wants visually rich content in a RSS feed.

Proposed solution

Add an option in global settings or in the app settings. Add a CDATA section with the image to the RSS item description.

Alternatives

Build a separate RSS feed.

Additional information

None

yakky commented 1 year ago

Fixed by #729