~alcinnz/argonaut-constellation.org

ref: 0afbdbb22c6e63595b7cdf2bf0e6f32feff5177b argonaut-constellation.org/blog.atom -rw-r--r-- 581 bytes
0afbdbb2 — Adrian Cochrane Fix styling, attempt 2. 1 year, 9 months ago
                                                                                
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>