4 <?xml version=
"1.0" encoding=
"utf-8"?>
5 <feed xmlns=
"http://www.w3.org/2005/Atom">
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/" />
12 <updated>{{ site.time | date_to_xmlschema }}
</updated>
13 <id>http://nsovocal.com
</id>
15 <name>Ben Beltran
</name>
16 <email>ben@nsovocal.com
</email>
19 {% for post in site.posts | limit:
20 %}
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>