18 lines
598 B
XML
18 lines
598 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title></title>
|
|
<link></link>
|
|
<description></description>
|
|
<atom:link href="/rss.xml" rel="self" type="application/rss+xml" />
|
|
|
|
<item>
|
|
<title>First blog post</title>
|
|
<link>/first-blog-post</link>
|
|
<guid>/first-blog-post</guid>
|
|
<pubDate>Tue, 02 Mar 2021 11:22:52 +0000</pubDate>
|
|
<description><p>The first ever blog post is here. It might be a good idea to update this post with some more relevant content.</p></description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|