]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - jekyll/atom.xml
Updates github addresses
[rbdr/r.bdr.sh] / jekyll / atom.xml
CommitLineData
60e4ad33
BB
1---
2layout: nil
3---
4<?xml version="1.0" encoding="utf-8"?>
5<feed xmlns="http://www.w3.org/2005/Atom">
6
d79f859a
BB
7 <title>N, S o Vocal</title>
8 <subtitle>Cosas de Ben Beltran</subtitle>
5d91cfe4
BB
9 <link href="http://nsovocal.com/atom.xml" rel="self" />
10 <link href="http://nsovocal.com/" />
d79f859a
BB
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>
60e4ad33
BB
18
19{% for post in site.posts | limit:20 %}
d79f859a
BB
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>
60e4ad33
BB
28{% endfor %}
29
30</feed>