summary refs log tree commit diff
path: root/templates/rss.xml/item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss.xml/item.xml')
-rw-r--r--templates/rss.xml/item.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/rss.xml/item.xml b/templates/rss.xml/item.xml
new file mode 100644
index 0000000..c003f1b
--- /dev/null
+++ b/templates/rss.xml/item.xml
@@ -0,0 +1,8 @@
+<item>
+	<title>${title}</title>
+	<link>${siteurl}/${filename}</link>
+	<guid>${siteurl}/${filename}</guid>
+	<dc:date>${created}T00:00:00Z</dc:date>
+	<author>${author}</author>
+	<description>${description}</description>
+</item>