Fix update date

This commit is contained in:
Michael Rose
2013-05-31 13:59:45 -04:00
parent 9478323056
commit 34a15e5ea7
2 changed files with 8 additions and 2 deletions

View File

@ -21,9 +21,8 @@ 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 | date_to_xmlschema }}</updated>
<published>{{ post.date | date_to_xmlschema }}</published>
{% else %}<updated>{{ post.date | date_to_xmlschema }}</updated>{% endif %}
{% if post.modified %}<updated>{{ post.modified | to_xmlschema }}</updated>{% endif %}
<author>
<name>{{ site.owner.name }}</name>
<uri>{{ site.url }}/</uri>