Test RSS Support
This commit is contained in:
15
blog/.rss.template
Normal file
15
blog/.rss.template
Normal file
@ -0,0 +1,15 @@
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>My Little Spot</title>
|
||||
<link>https://www.clementchiew.me.</link>
|
||||
<description> </description>
|
||||
<language>en-us</language>
|
||||
<pubDate>$pubdate</pubDate>
|
||||
<lastBuildDate>$pubdate</lastBuildDate>
|
||||
<docs>https://www.clement.chiew/blog/rss</docs>
|
||||
<generator>Some random bash scripts</generator>
|
||||
<managingEditor>clementchiew@disroot.org</managingEditor>
|
||||
<webMaster>clementchiew@disroot.org</webMaster>
|
||||
$itemlist
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user