Skip to content

Commit

Permalink
Update blog.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinlane committed Sep 23, 2013
1 parent a90e300 commit 0271198
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blog.xml
Expand Up @@ -10,12 +10,12 @@ layout: none
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<link>http://apievangelist.com{{ post.url }}</link>
<guid isPermaLink="true">http://apievangelist.com{{ post.url }}</guid>
<title>{{ post.title }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<link>http://apievangelist.com{{ post.url }}</link>
<guid isPermaLink="true">http://apievangelist.com{{ post.url }}</guid>
</item>
{% endfor %}
</channel>
</rss>
</rss>

0 comments on commit 0271198

Please sign in to comment.