summaryrefslogtreecommitdiff
path: root/templates/rss-item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss-item.xml')
-rw-r--r--templates/rss-item.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/rss-item.xml b/templates/rss-item.xml
new file mode 100644
index 0000000..8ddc90d
--- /dev/null
+++ b/templates/rss-item.xml
@@ -0,0 +1,11 @@
+ <item>
+ <title>{TITLE}</title>
+ <link>https://www.senders.io{LINK}</link>
+ <guid isPermaLink="true">https://www.senders.io{LINK}</guid>
+ <pubDate>{PUBDATE}</pubDate>
+ <description>
+ <![CDATA[
+ {CONTENT}
+ ]]>
+ </description>
+ </item>