Test RSS Support
This commit is contained in:
13
blog/.rss.item.template
Normal file
13
blog/.rss.item.template
Normal 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>
|
Reference in New Issue
Block a user