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