29 lines
608 B
XML
29 lines
608 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>My New Hugo Site</title>
|
|
<link>http://example.org/</link>
|
|
<description>Latest blog posts from My New Hugo Site</description>
|
|
|
|
|
|
<language>en-us</language>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<lastBuildDate>Thu, 21 Jul 2022 12:44:44 -0600</lastBuildDate>
|
|
|
|
|
|
|
|
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
|
|
|
|
|
|
|
|
</channel>
|
|
</rss>
|