From: Ben Beltran Date: Tue, 16 Apr 2013 01:32:15 +0000 (-0500) Subject: Add atom feed X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/60e4ad336bcfa562a82b14f8ba06cd1c55bee89b Add atom feed --- diff --git a/jekyll/atom.xml b/jekyll/atom.xml new file mode 100644 index 0000000..9204a51 --- /dev/null +++ b/jekyll/atom.xml @@ -0,0 +1,27 @@ +--- +layout: nil +--- + + + +N, S o Vocal + + +{{ site.time | date_to_xmlschema }} +http://nsovocal.com + +Ben Beltran +ben@nsovocal.com + + +{% for post in site.posts | limit:20 %} + +{{ post.title }} + +{{ post.date | date_to_xmlschema }} +http://nsovocal.com{{ post.id }} +{{ post.content | xml_escape }} + +{% endfor %} + +