Get the Atom output type all set up

Atom feed is generated at feed.xml using the index.atom.xml template
This commit is contained in:
Eryn Wells 2022-11-03 09:15:14 -07:00
parent 244220b914
commit aeafd0b530
3 changed files with 6 additions and 2 deletions

View file

@ -2,3 +2,7 @@ RSS:
mediatype: application/rss+xml
baseName: feed
suffixes: [rss]
Atom:
mediatype: application/atom+xml
baseName: feed
suffixes: [xml]