summaryrefslogtreecommitdiffstats
path: root/vendor/share/pandoc-rss/data/templates/item.xml
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-03-26 19:06:18 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-03-26 21:25:10 +0200
commit1dcfacfa22cc50a95ab057023ed58dcb0608c05e (patch)
tree62176995c34486ec812c01e38ce57b039d5ce064 /vendor/share/pandoc-rss/data/templates/item.xml
parent7debfa9aa2f19ea12345accc5b1213ef01f61f71 (diff)
Improve stuff
Diffstat (limited to 'vendor/share/pandoc-rss/data/templates/item.xml')
-rw-r--r--vendor/share/pandoc-rss/data/templates/item.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/share/pandoc-rss/data/templates/item.xml b/vendor/share/pandoc-rss/data/templates/item.xml
new file mode 100644
index 0000000..deb86fe
--- /dev/null
+++ b/vendor/share/pandoc-rss/data/templates/item.xml
@@ -0,0 +1,14 @@
+<item>
+$if(pagetitle)$
+<title>$if(kind)$<small>[$kind$]</small> $endif$$pagetitle$</title>
+$endif$
+$if(date)$
+<pubDate>$date$</pubDate>
+$endif$
+$if(guid)$
+<guid>$guid$</guid>
+$endif$
+$if(body)$
+<description><![CDATA[$body$]]></description>
+$endif$
+</item>