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:
parent
244220b914
commit
aeafd0b530
3 changed files with 6 additions and 2 deletions
|
@ -3,4 +3,4 @@ application/rss+xml:
|
|||
suffixes: [rss]
|
||||
application/atom+xml:
|
||||
delimiter: .
|
||||
suffixes: [atom, xml]
|
||||
suffixes: [xml]
|
||||
|
|
|
@ -2,3 +2,7 @@ RSS:
|
|||
mediatype: application/rss+xml
|
||||
baseName: feed
|
||||
suffixes: [rss]
|
||||
Atom:
|
||||
mediatype: application/atom+xml
|
||||
baseName: feed
|
||||
suffixes: [xml]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
home: [HTML, RSS]
|
||||
home: [HTML, Atom, RSS]
|
||||
page: [HTML, JSON]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue