Skip to content

Commit

Permalink
Update feed.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Apr 22, 2015
1 parent fe2cd07 commit 9fb238f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sitemap:
{% if post.subtitle %}{{ post.subtitle | xml_escape }} - {% endif %}
{{ post.content | strip_html | xml_escape | truncatewords: 50 }}
</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y" }}</pubDate>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ site.url }}{{ post.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
{% if post.tags %}
Expand Down

0 comments on commit 9fb238f

Please sign in to comment.