Test RSS Support

This commit is contained in:
2022-03-14 01:51:08 +08:00
parent cd2afeccfd
commit f07858bf79
4 changed files with 156 additions and 3 deletions

13
blog/.rss.item.template Normal file
View File

@ -0,0 +1,13 @@
<item>
<title>TITLE</title>
<link>
https://www.clementchiew.me/blog/blog-CURRENTINT
</link>
<description>
$item
</description>
<pubDate>PUBDATE</pubDate>
<guid>
GUID
</guid>
</item>