diff options
Diffstat (limited to 'vendor/share/pandoc-rss/data/templates/item.xml')
| -rw-r--r-- | vendor/share/pandoc-rss/data/templates/item.xml | 14 |
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> |
