2011-06-07 16:12:46 -04:00
|
|
|
---
|
|
|
|
layout: nil
|
|
|
|
---
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
2011-10-04 13:18:40 -04:00
|
|
|
<title><![CDATA[{{ site.title }}]]></title>
|
2011-06-07 16:12:46 -04:00
|
|
|
<link href="{{ site.url }}/atom.xml" rel="self"/>
|
|
|
|
<link href="{{ site.url }}/"/>
|
|
|
|
<updated>{{ site.time | date_to_xmlschema }}</updated>
|
|
|
|
<id>{{ site.url }}/</id>
|
|
|
|
<author>
|
2011-10-04 13:18:40 -04:00
|
|
|
<name><![CDATA[{{ site.author | strip_html }}]]></name>
|
|
|
|
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
|
2011-06-07 16:12:46 -04:00
|
|
|
</author>
|
2011-10-03 18:24:16 -04:00
|
|
|
<generator uri="http://octopress.org/">Octopress</generator>
|
2011-06-07 16:12:46 -04:00
|
|
|
|
2011-07-31 12:02:28 -04:00
|
|
|
{% for post in site.posts limit: 20 %}
|
2012-02-18 23:45:40 -05:00
|
|
|
<entry>
|
|
|
|
{% include feed_entry.xml %}
|
|
|
|
<content type="html"><![CDATA[{{ content | cdata_escape }}]]></content>
|
|
|
|
</entry>
|
2011-06-07 16:12:46 -04:00
|
|
|
{% endfor %}
|
|
|
|
</feed>
|