Merge branch 'master' into gh-pages

* master:
  Fix typos in feed.xml
This commit is contained in:
Michael Rose 2013-06-27 17:17:04 -04:00
commit 3926a558c2

View file

@ -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 }}</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 }}