hugo-PaperMod
hugo-PaperMod copied to clipboard
🖼 Cover images in RSS feeds?
Would it be possible to put cover images into RSS feeds?
I love how they look on my site with PaperMod, but then they're missing for my RSS feed consumers when they access the feed.
@major RSS Spec does not allow an image to be specified inside an item tag.
Do you have any references how we can implement this?
I wish I did. My goal would be to have the cover image appear somewhere in the RSS feed so that someone using an RSS feed reader would see it. If I use a cover image plus a figure shortcode, then the RSS feed has the image but the actual blog post on the website shows the image twice.
If that goal is out of reach with RSS/ATOM specs, then let's just close this and I'll find some other workaround.
I also would love this feature. From my Wordpress days, featured images seemed to be included in the RSS content without any customization or problem. Would love that to be the case with this theme too
Hi! I opened a PR which worked for me, based on this post: https://stackoverflow.com/a/63816671
based on how wordpress does it
https://github.com/adityatelange/hugo-PaperMod/pull/1370