---
layout: null
---
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>count0.org</title>
  <link href="http://{{ site.name }}"/>
  <link type="application/atom+xml" rel="self" href="http://{{ site.name }}/atom.xml"/>
  <updated>{{ site.time | date_to_xmlschema }}</updated>
  <id>http://{{ site.name }}</id>
  <author>
    <name>{{ site.author.name }}</name>
    <email>{{ site.author.email }}</email>
  </author>

  {% for post in site.posts %}
  <entry>
    <id>http://{{ site.name }}{{ post.id }}</id>
    <link type="text/html" rel="alternate" href="http://{{ site.name }}{{ post.url }}?utm_source=feed&amp;utm_medium=atom" />
    <title>{{ post.title | xml_escape }}</title>
    <updated>{{ post.date | date_to_xmlschema }}</updated>
    <author>
      <name>{{ site.author.name }}</name>
      <uri>http://{{ site.name }}</uri>
    </author>
    <content type="html">{{ post.content }}</content>
  </entry>
  {% endfor %}
</feed>
