2011-07-19 22:28:48 -04:00
|
|
|
---
|
|
|
|
layout: nil
|
|
|
|
---
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
2011-12-10 11:40:10 -05:00
|
|
|
<title><![CDATA[{{ site.title }}]]></title>
|
2011-07-19 22:28:48 -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-12-10 11:40:10 -05:00
|
|
|
<name><![CDATA[{{ site.author | strip_html }}]]></name>
|
|
|
|
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
|
2011-07-19 22:28:48 -04:00
|
|
|
</author>
|
2011-12-10 11:40:10 -05:00
|
|
|
<generator uri="http://octopress.org/">Octopress</generator>
|
2011-07-19 22:28:48 -04:00
|
|
|
|
2011-08-04 15:40:09 -04:00
|
|
|
{% for post in site.posts limit: 20 %}
|
2012-05-19 18:42:27 -04:00
|
|
|
<entry>
|
|
|
|
{% include feed_entry.xml %}
|
|
|
|
<content type="html"><![CDATA[{{ content | cdata_escape }}]]></content>
|
|
|
|
</entry>
|
2011-07-19 22:28:48 -04:00
|
|
|
{% endfor %}
|
|
|
|
</feed>
|