Skip to content

Commit

Permalink
fixed extra h hanging out in atomfeed ids #60
Browse files Browse the repository at this point in the history
  • Loading branch information
koriroys authored and plusjade committed Mar 24, 2012
1 parent 162a85d commit 59d6a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ title : Atom Feed
<title>{{ post.title }}</title>
<link href="{{ site.production_url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>h{{ site.production_url }}{{ post.id }}</id>
<id>{{ site.production_url }}{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
Expand Down

0 comments on commit 59d6a7b

Please sign in to comment.