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 <link href=
"http://nsovocal.com/atom.xml" rel=
"self"/>
9 <link href=
"http://nsovocal.com/"/>
10 <updated>{{ site.time | date_to_xmlschema }}
</updated>
11 <id>http://nsovocal.com
</id>
13 <name>Ben Beltran
</name>
14 <email>ben@nsovocal.com
</email>
17 {% for post in site.posts | limit:
20 %}
19 <title>{{ post.title }}
</title>
20 <link href=
"http://nsovocal.com{{ post.url }}" rel=
"alternate"/>
21 <updated>{{ post.date | date_to_xmlschema }}
</updated>
22 <id>http://nsovocal.com{{ post.id }}
</id>
23 <content type=
"html">{{ post.content | xml_escape }}
</content>