From 7b0baaab2b18e7232b48297de34887650f5b8ca6 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Tue, 19 Jan 2021 18:40:31 +0100 Subject: Init --- templates/rss.xml/footer.xml | 2 ++ templates/rss.xml/header.xml | 8 ++++++++ templates/rss.xml/item.xml | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 templates/rss.xml/footer.xml create mode 100644 templates/rss.xml/header.xml create mode 100644 templates/rss.xml/item.xml (limited to 'templates/rss.xml') diff --git a/templates/rss.xml/footer.xml b/templates/rss.xml/footer.xml new file mode 100644 index 0000000..3a9dbde --- /dev/null +++ b/templates/rss.xml/footer.xml @@ -0,0 +1,2 @@ + + diff --git a/templates/rss.xml/header.xml b/templates/rss.xml/header.xml new file mode 100644 index 0000000..396ef6b --- /dev/null +++ b/templates/rss.xml/header.xml @@ -0,0 +1,8 @@ + + + + ${sitetitle} + ${description} + ${siteurl} 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 @@ + + ${title} + ${siteurl}/${filename} + ${siteurl}/${filename} + ${created}T00:00:00Z + ${author} + ${description} + -- cgit 1.4.1