~alcinnz/argonaut-constellation.org

ref: da1ec90f791233fcb688ae118bf79bcb861e4cb4 argonaut-constellation.org/blog.atom -rw-r--r-- 581 bytes
da1ec90f — Adrian Cochrane Init! With moved blog! 1 year, 9 months ago
                                                                                
da1ec90f Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Argonaut Constellation DevBlog</title>
  <updated>{{ site.time|date_to_xml_schema }}</updated>
  <author>
    <name>Adrian Cochrane</name>
    <email>adrian@openwork.nz</email>
  </author>
  <complete />

  {% for post in site.posts %}<entry>
    <title>{{ post.title|xml_escape }}</title>
    <link href="{{ post.url|absolute_url }}" />
    <updated>{{ post.date|date_to_xml_schema }}</updated>
    <summary type="xhtml">{{ post.excerpt }}</summary>
  </entry>{% endfor %}
</feed>