feeds
This commit is contained in:
parent
4369bb31bd
commit
1bbba3892b
2 changed files with 17 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<title>RSS Feed</title>
|
||||
<pubDate>September 17th, 2023 at 10:46PM</pubDate>
|
||||
<link>https://venith.net/blog.html</link>
|
||||
<guid>9172023_1-TestingItem</guid>
|
||||
<guid>9172023_Blog1-TestingItem</guid>
|
||||
<description>This is a test for the RSS feed, I will leave this public UwU</description>
|
||||
</item>
|
||||
</channel>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
<rss version="2.0">
|
||||
<channel>
|
||||
<atom:link href="/feeds/podcast.xml" rel="self" type="application/rss+xml"/>
|
||||
<title>Venith's Podcast RSS Feed</title>
|
||||
<link>https://venith.net/podcast.html</link>
|
||||
<language>en-us</language>
|
||||
<description>The official Venith.NET blog RSS feed.</description>
|
||||
<item>
|
||||
<title>RSS Feed</title>
|
||||
<pubDate>September 17th, 2023 at 10:46PM</pubDate>
|
||||
<link>https://venith.net/podcast.html</link>
|
||||
<guid>9172023_Podcast1-TestingItem</guid>
|
||||
<description>This is a test for the podcast feed, I will leave this public</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue