Generate a feed.atom too

This commit is contained in:
Eryn Wells 2022-11-04 08:01:07 -07:00
parent c4db9126b5
commit 7dcfc12ec7
4 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@ application/rss+xml:
suffixes: [rss]
application/atom+xml:
delimiter: .
suffixes: [xml]
suffixes: [atom, xml]

View file

@ -5,4 +5,4 @@ RSS:
Atom:
mediatype: application/atom+xml
baseName: feed
suffixes: [xml]
suffixes: [atom, xml]