]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/atom.xml
Slight changes to the opening paragraph
[rbdr/r.bdr.sh] / jekyll / atom.xml
1 ---
2 layout: nil
3 ---
4 <?xml version="1.0" encoding="utf-8"?>
5 <feed xmlns="http://www.w3.org/2005/Atom">
6
7 <title>N, S o Vocal</title>
8 <subtitle>Cosas de Ben Beltran</subtitle>
9 <link href="http://nsovocal.com/atom.xml" rel="self" />
10 <link href="http://nsovocal.com/" />
11
12 <updated>{{ site.time | date_to_xmlschema }}</updated>
13 <id>http://nsovocal.com</id>
14 <author>
15 <name>Ben Beltran</name>
16 <email>ben@nsovocal.com</email>
17 </author>
18
19 {% for post in site.posts | limit:20 %}
20 <entry>
21 <title>{{ post.title }}</title>
22 <link href="http://nsovocal.com{{ post.url }}" />
23 <updated>{{ post.date | date_to_xmlschema }}</updated>
24 <id>http://nsovocal.com{{ post.id }}</id>
25 <summary>{{post.description}}</summary>
26 <content type="html">{{ post.content | xml_escape }}</content>
27 </entry>
28 {% endfor %}
29
30 </feed>