This commit is contained in:
Digital Cheese 2023-09-17 20:53:33 -07:00 committed by GitHub
commit 1bbba3892b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -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>

View file

@ -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>