From 1dcfacfa22cc50a95ab057023ed58dcb0608c05e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 26 Mar 2024 19:06:18 +0200 Subject: Improve stuff --- vendor/share/pandoc-rss/data/templates/item.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vendor/share/pandoc-rss/data/templates/item.xml (limited to 'vendor/share/pandoc-rss/data/templates/item.xml') 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 @@ + +$if(pagetitle)$ +$if(kind)$<small>[$kind$]</small> $endif$$pagetitle$ +$endif$ +$if(date)$ +$date$ +$endif$ +$if(guid)$ +$guid$ +$endif$ +$if(body)$ + +$endif$ + -- cgit v1.3