<?xml version=“1.0”?> <rss version=“2.0” xmlns:atom=“www.w3.org/2005/Atom”>
<channel> <title>ryanaghdam.com</title> <link>http://ryanaghdam.com/</link> <atom:link href="http://ryanaghdam.com/rss.xml" rel="self" type="application/rss+xml" /> <description>Ryan Aghdam</description> <language>en-us</language> <pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate> <lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate> {% for post in site.posts %} <item> <title>{{ post.title }}</title> <link>http://ryanaghdam.com{{ post.url }}</link> <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate> <author>ryan@ryanaghdam.com (Ryan Aghdam)</author> <guid>http://ryanaghdam.com{{ post.id }}</guid> <description>{{ post.content | xml_escape }}</description> </item> {% endfor %} </channel>
</rss>