File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ layout: none
21
21
<title type =" html" ><![CDATA[ {{ post.title | cdata_escape }}]]> </title >
22
22
<link rel =" alternate" type =" text/html" href =" {{ site.url }}{{ post.url }}" />
23
23
<id >{{ site.url }}{{ post.id }}</id >
24
+ {% if post.modified %}<updated >{{ post.modified | to_xmlschema }}T00:00:00-00:00</updated >
24
25
<published >{{ post.date | date_to_xmlschema }}</published >
25
- {% if post.modified %}<updated >{{ post.modified | to_xmlschema }}</updated >{% endif %}
26
+ {% else %}<published >{{ post.date | date_to_xmlschema }}</published >
27
+ <updated >{{ post.date | date_to_xmlschema }}</updated >{% endif %}
26
28
<author >
27
29
<name >{{ site.owner.name }}</name >
28
- <uri >{{ site.url }}/ </uri >
30
+ <uri >{{ site.url }}</uri >
29
31
<email >{{ site.owner.email }}</email >
30
32
</author >
31
33
<content type =" html" >{{ post.content | xml_escape }}
You can’t perform that action at this time.
0 commit comments