android.moparisthebest.org/source/atom.xml

24 lines
744 B
XML
Raw Normal View History

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">
<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>
<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>
<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>