SelfHost/Test Environment/theme/rss.xml
2025-12-15 19:46:13 +01:00

12 lines
403 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>My Blog</title>
<link>https://example.com/</link>
<description>Welcome to my blog</description>
<language>en</language>
<atom:link href="https://example.com/rss" rel="self" type="application/rss+xml" />
SH:ITEMS
</channel>
</rss>