Skip to content

Fix mess with RSS/Atom feeds

Nico requested to merge (removed):fix-mess-with-feeds-2 into master

So !258 (closed) and !259 (closed) even would have made things worse, thank you @eighthave for stopping me.

Before de73acf8 one feed was served at /feed.xml and the other one at /feed (note it's a file, not a directory). Instead of messing around with Apache to let it serve /feed/index.xml at /feed/, I decided to just go with /feed.xml and sleep well.

So this change does the following:

  • Remove any jekyll_redirects from feed.xml
  • Serve Atom feed at /feed.xml
  • Redirect from /feed to /feed.xml
  • Set /feed.xml in all proper places

Fixes #255 (closed).

Edited by Nico

Merge request reports