mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-23 18:47:07 +00:00
Fix updated date
This commit is contained in:
parent
58533e187e
commit
b5a9d2fca1
1 changed files with 1 additions and 1 deletions
2
feed.xml
2
feed.xml
|
@ -20,7 +20,7 @@ layout: none
|
|||
<title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title>
|
||||
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" />
|
||||
<id>{{ site.url }}{{ post.id }}</id>
|
||||
{% if post.modified %}<updated>{{ post.modified | to_xmlschema }}</updated>
|
||||
{% if post.modified %}<updated>{{ post.modified | to_xmlschema }}T00:00:00-00:00</updated>
|
||||
<published>{{ post.date | date_to_xmlschema }}</published>
|
||||
{% else %}<published>{{ post.date | date_to_xmlschema }}</published>
|
||||
<updated>{{ post.date | date_to_xmlschema }}</updated>{% endif %}
|
||||
|
|
Loading…
Reference in a new issue