jekyll / jekyll-feed

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
MIT License
847 stars 206 forks source link

append rss-only content to beginning or end of posts #374

Closed joelchrono12 closed 2 years ago

joelchrono12 commented 2 years ago

I would like to have a way to add some custom message or html that only shows in the RSS feed. Like how some sites have "This article first appeared at site.url"

I actually want it to add a "Reply via Email" button, it would be nice to have support for liquid syntax, for example in my case I would make the link mailto:email@example.com?subject='Re: {{ post.title }}'

Thank you in advance! I hope this gets considered :P

jekyllbot commented 2 years ago

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master/main branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

parkr commented 2 years ago

It would be cool to have a liquid include or layout for RSS.