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

Optionally support subtitle #398

Closed kddnewton closed 8 months ago

kddnewton commented 11 months ago

If subtitle is present, concatenate it with the title by joining it with a ": ".

Hi 👋! I've been using this plugin for a while and I've been writing a couple of blog series and didn't realize all of my feed entries were showing up with the same title because I was using a subtitle. I was hoping you would be open to supporting a subtitle option?