Merge pull request #2437 from pathawks/date_to_rfc822

This commit is contained in:
Parker Moore 2014-05-26 22:06:33 -04:00
commit 671a62e0fe
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ layout: none
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
</item>