Files
astro-website/site/tests/fixtures/podcast-feed.xml
Santhosh Janardhanan af112a713c
Some checks failed
ci / site (push) Has been cancelled
Initial commit - but way too late.
2026-02-10 00:22:18 -05:00

14 lines
317 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Irregular Mind</title>
<item>
<guid>ep-001</guid>
<title>Episode One</title>
<link>https://example.com/podcast/ep-001</link>
<pubDate>Tue, 10 Feb 2026 10:00:00 GMT</pubDate>
</item>
</channel>
</rss>