diff --git a/feed.xml b/feed.xml index 8b094697..faaead7c 100644 --- a/feed.xml +++ b/feed.xml @@ -21,11 +21,13 @@ layout: none <![CDATA[{{ post.title | cdata_escape }}]]> {{ site.url }}{{ post.id }} + {% if post.modified %}{{ post.modified | to_xmlschema }} {{ post.date | date_to_xmlschema }} - {% if post.modified %}{{ post.modified | to_xmlschema }}{% endif %} + {% else %}{{ post.date | date_to_xmlschema }} + {{ post.date | date_to_xmlschema }}{% endif %} {{ site.owner.name }} - {{ site.url }}/ + {{ site.url }} {{ site.owner.email }} {{ post.content | xml_escape }}