<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Blog Title</title>
  <subtitle>This is a longer description about your blog.</subtitle>
  <link href="https://example.com/feed/feed.xml" rel="self" />
  <link href="https://example.com/" />
  <updated>2025-05-10T00:00:00Z</updated>
  <id>https://example.com/</id>
  <author>
    <name>Your Name</name>
  </author>
  <entry>
    <title>Test post 2, ELectric Boogaloo</title>
    <link href="https://example.com/2025/05/10/test-post-2-electric-boogaloo/" />
    <updated>2025-05-10T00:00:00Z</updated>
    <id>https://example.com/2025/05/10/test-post-2-electric-boogaloo/</id>
    <content type="html">&lt;p&gt;Meow, meow.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Test post.</title>
    <link href="https://example.com/2025/05/09/test-post/" />
    <updated>2025-05-09T00:00:00Z</updated>
    <id>https://example.com/2025/05/09/test-post/</id>
    <content type="html">&lt;p&gt;This is a test post.  I don&#39;t have the front matter included, which I guess I need to do...&lt;/p&gt;
&lt;p&gt;OK, I fixed that.  :)&lt;/p&gt;
</content>
  </entry>
</feed>