Skip to content

Commit 38dcf25

Browse files
committed
Merge branch 'gh-pages' into develop
2 parents 6cf3dd2 + ed5062c commit 38dcf25

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

feed.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ layout: none
2121
<title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title>
2222
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" />
2323
<id>{{ site.url }}{{ post.id }}</id>
24+
{% if post.modified %}<updated>{{ post.modified | to_xmlschema }}T00:00:00-00:00</updated>
2425
<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 %}
2628
<author>
2729
<name>{{ site.owner.name }}</name>
28-
<uri>{{ site.url }}/</uri>
30+
<uri>{{ site.url }}</uri>
2931
<email>{{ site.owner.email }}</email>
3032
</author>
3133
<content type="html">{{ post.content | xml_escape }}

images/mm-theme-post-600.jpg

-45.4 KB
Loading

0 commit comments

Comments
 (0)