aa230616 |
---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
|
6315527b |
<title><![CDATA[{{ site.title }}]]></title> |
aa230616 |
<link href="{{ site.url }}/atom.xml" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}/</id>
<author> |
6315527b |
<name><![CDATA[{{ site.author | strip_html }}]]></name>
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %} |
aa230616 |
</author> |
f4a6bd2a |
<generator uri="http://octopress.org/">Octopress</generator> |
aa230616 |
|
3525825e |
{% for post in site.posts limit: 20 %} |
aa230616 |
<entry> |
6315527b |
<title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title> |
aa230616 |
<link href="{{ site.url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id> |
6315527b |
<content type="html"><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape }}]]></content> |
aa230616 |
</entry>
{% endfor %}
</feed> |