brokenco.de/microblog.xml

21 lines
766 B
XML

---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>rtyler | Microblog</title>
<description>Microblog of rtyler</description>
<link>{{ site.url }}</link>
<atom:link href="{{ site.url }}/microblog.xml" rel="self" type="application/rss+xml" />
{% for post in site.microblog reversed limit:50 %}
<item>
<description>{{ post.content | xml_escape }}{% if post.external-url %}{% endif %}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<link>{{ site.url }}{{ post.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
</item>
{% endfor %}
</channel>
</rss>