Merge branch 'gh-pages' into develop
This commit is contained in:
commit
38dcf253a7
2 changed files with 4 additions and 2 deletions
6
feed.xml
6
feed.xml
|
@ -21,11 +21,13 @@ layout: none
|
||||||
<title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title>
|
<title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title>
|
||||||
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" />
|
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" />
|
||||||
<id>{{ site.url }}{{ post.id }}</id>
|
<id>{{ site.url }}{{ post.id }}</id>
|
||||||
|
{% if post.modified %}<updated>{{ post.modified | to_xmlschema }}T00:00:00-00:00</updated>
|
||||||
<published>{{ post.date | date_to_xmlschema }}</published>
|
<published>{{ post.date | date_to_xmlschema }}</published>
|
||||||
{% if post.modified %}<updated>{{ post.modified | to_xmlschema }}</updated>{% endif %}
|
{% else %}<published>{{ post.date | date_to_xmlschema }}</published>
|
||||||
|
<updated>{{ post.date | date_to_xmlschema }}</updated>{% endif %}
|
||||||
<author>
|
<author>
|
||||||
<name>{{ site.owner.name }}</name>
|
<name>{{ site.owner.name }}</name>
|
||||||
<uri>{{ site.url }}/</uri>
|
<uri>{{ site.url }}</uri>
|
||||||
<email>{{ site.owner.email }}</email>
|
<email>{{ site.owner.email }}</email>
|
||||||
</author>
|
</author>
|
||||||
<content type="html">{{ post.content | xml_escape }}
|
<content type="html">{{ post.content | xml_escape }}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 43 KiB |
Loading…
Reference in a new issue