Skip to content

Commit

Permalink
Validate feed
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jan 11, 2014
1 parent 6a24d00 commit 35a275a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ layout: none

<entry>
<title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title>
<link>{% if post.link %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %}</link>
<link rel="alternate" type="text/html" href="{% if post.link %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %}"/>
<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>
Expand Down

0 comments on commit 35a275a

Please sign in to comment.