jekyllt / jasper2

Full-featured Jekyll port of Ghost's default theme Casper v2 👻
https://jekyllt.github.io/jasper2/
MIT License
764 stars 662 forks source link

RSS feed for author isn't generated #62

Closed Xartos closed 6 years ago

Xartos commented 6 years ago

In the page for a specific author there's a link to the RSS feed for the author, although there is never generated any feed.xml to that location.

The file is suppose to reside in {{ site.url }}{{ site.baseurl }}author/{{ page.author }}/feed.xml (from _layouts/author.html)

biomadeira commented 6 years ago

@Xartos I though we were generating these with jekyll-feed, but it seems to only work for the blog posts... I will have a look to add these for authors and tags!