From 88b9eb0ed9f09897ec1b1acbaa70756c2fdc4ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 22 Jul 2017 15:10:56 +0200 Subject: [PATCH] Add RSS templates example --- data/docs.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/docs.json b/data/docs.json index 90edb9bc8..a230df650 100644 --- a/data/docs.json +++ b/data/docs.json @@ -193,6 +193,16 @@ "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.", "OutputFormat": "JSON",