diff options
author | davidovski <david@davidovski.xyz> | 2021-08-26 04:15:22 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-26 04:15:22 +0100 |
commit | 2e4002e5ad2f495088da627bd7ee8a216eb4e7b1 (patch) | |
tree | d5fb9fe514eb04277eeb25bc000c311fef156bc4 /templates/item.xml |
initial commit
Diffstat (limited to 'templates/item.xml')
-rw-r--r-- | templates/item.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/item.xml b/templates/item.xml new file mode 100644 index 0000000..031cd35 --- /dev/null +++ b/templates/item.xml @@ -0,0 +1,6 @@ +<item> + <title>%name%</title> + <link>https://davidovski.xyz/%url%</link> + <pubDate>%date%</pubDate> + <description><![CDATA[%content%]]></description> +</item> |