Skip to content

Commit

Permalink
updated rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepr-sourcebits committed Jul 3, 2012
1 parent c3bc333 commit 3fcf4f5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Tom Preston-Werner</title>
<link href="http://tom.preston-werner.com/atom.xml" rel="self"/>
<link href="http://tom.preston-werner.com/"/>

<title>Sandeep Ravichandran</title>
<link href="http://sandeepravi.github.com/atom.xml" rel="self"/>
<link href="http://sandeepravi.github.com/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://tom.preston-werner.com/</id>
<id>http://sandeepravi.github.com/</id>
<author>
<name>Tom Preston-Werner</name>
<email>tom@mojombo.com</email>
<name>Sandeep Ravichandran</name>
<email>sandeepravi.bits@gmail.com</email>
</author>

{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="http://tom.preston-werner.com{{ post.url }}"/>
<link href="http://sandeepravi.github.com{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://tom.preston-werner.com{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
</feed>

</feed>

0 comments on commit 3fcf4f5

Please sign in to comment.