---
layout: nil
---
<![CDATA[{{ site.title }}]]>
{{ site.time | date_to_xmlschema }}
{{ site.url }}/
<![CDATA[{{ site.author | strip_html }}]]>
{% if site.email %}<![CDATA[{{ site.email }}]]>{% endif %}
Octopress
{% for post in site.posts limit: 20 %}
<![CDATA[{{ post.title | cdata_escape }}]]>
{{ post.date | date_to_xmlschema }}
{{ site.url }}{{ post.id }}
<![CDATA[{{ post.content | expand_urls: site.url | cdata_escape }}]]>
{% endfor %}