Merge branch 'master' into gh-pages
* master: Fix typos in feed.xml
This commit is contained in:
commit
3926a558c2
1 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>
|
||||
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" />
|
||||
<id>{{ site.url }}{{ post.id }}</id>
|
||||
{% if post.modified %}<updated>{{ post.modified | to_xmlschema }}</updated>
|
||||
<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>
|
||||
<name>{{ site.owner.name }}</name>
|
||||
<uri>{{ site.url }}/</uri>
|
||||
<uri>{{ site.url }}</uri>
|
||||
<email>{{ site.owner.email }}</email>
|
||||
</author>
|
||||
<content type="html">{{ post.content | xml_escape }}
|
||||
|
|
Loading…
Reference in a new issue