mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[docs] Use date_to_xmlschema in feed.xml
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user