Browse Source

[docs] Use date_to_xmlschema in feed.xml

main
Paul Shen 12 years ago
parent
commit
6912393c92
  1. 2
      feed.xml

2
feed.xml

@ -12,7 +12,7 @@ layout: none
<item>
<title>{{ post.title }}</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_xmlschema }}</pubDate>
<link>{{ site.url }}{{ site.baseurl }}{{ post.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ site.baseurl }}{{ post.url }}</guid>
</item>

Loading…
Cancel
Save