Generate a feed.atom too

This commit is contained in:
Eryn Wells 2022-11-04 08:01:07 -07:00
parent 96382b3231
commit 69c9588608
4 changed files with 2 additions and 2 deletions

View file

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

View file

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