Added RSS feed basic file
This commit is contained in:
16
xml/voidblog.xml
Normal file
16
xml/voidblog.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"
|
||||
encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
|
||||
<channel>
|
||||
<title>Void's Blog Posts</title>
|
||||
<description>Welcome to the RSS feed for Void's Blog we appreciate your interest</description>
|
||||
<!--Feed-->
|
||||
<item>
|
||||
<title>RSS FEED</title>
|
||||
<link>https://void.willow.fyi/xml/voidblog.xml</link>
|
||||
<description>The rss feed file</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user