Closed Xartos closed 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)
{{ site.url }}{{ site.baseurl }}author/{{ page.author }}/feed.xml
_layouts/author.html
@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!
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
)