Add RSS templates example

This commit is contained in:
Bjørn Erik Pedersen 2017-07-22 15:10:56 +02:00
parent 6c0bde3f88
commit 88b9eb0ed9

View File

@ -193,6 +193,16 @@
"layouts/_default/list.html" "layouts/_default/list.html"
] ]
}, },
{
"Example": "RSS home, no theme.",
"OutputFormat": "RSS",
"Suffix": "xml",
"Template Lookup Order": [
"layouts/rss.xml",
"layouts/_default/rss.xml",
"layouts/_internal/_default/rss.xml"
]
},
{ {
"Example": "JSON home, no theme.", "Example": "JSON home, no theme.",
"OutputFormat": "JSON", "OutputFormat": "JSON",