1
Fork 0
blog/feed.xml
Jan-Erik Rediger 485a8e0eca nil is now null
2014-10-20 23:32:23 +02:00

27 lines
757 B
XML

---
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>fnordig.de</title>
<link href="http://fnordig.de/feed.xml" rel="self"/>
<link href="http://fnordig.de/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://fnordig.de/</id>
<author>
<name>Jan-Erik Rediger</name>
<email>janerik@fnordig.de</email>
</author>
{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="http://fnordig.de{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://fnordig.de{{site.baseurl}}{{ post.url | replace_first: '/'}}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
</feed>