fix link URLs in blog Atom feed

This commit is contained in:
Adrian Sampson 2012-08-03 20:24:59 -07:00
parent 63a5e98d41
commit 91e5b6d81a

View file

@ -17,7 +17,7 @@ layout: nil
{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="http://{{ site.url }}{{ post.url }}"/>
<link href="{{ site.url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{site.url }}{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>