summaryrefslogtreecommitdiff
path: root/templates/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss.xml')
-rw-r--r--templates/rss.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/rss.xml b/templates/rss.xml
new file mode 100644
index 0000000..58e206d
--- /dev/null
+++ b/templates/rss.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0">
+
+<channel>
+ <title>davidovski</title>
+ <link>https://davidovski.xyz</link>
+ <description>davidovski's site</description>
+ %items%
+</channel>
+</rss>