Skip to content

Commit 59d6a7b

Browse files
koriroysplusjade
authored andcommitted
fixed extra h hanging out in atomfeed ids #60
1 parent 162a85d commit 59d6a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ title : Atom Feed
2020
<title>{{ post.title }}</title>
2121
<link href="{{ site.production_url }}{{ post.url }}"/>
2222
<updated>{{ post.date | date_to_xmlschema }}</updated>
23-
<id>h{{ site.production_url }}{{ post.id }}</id>
23+
<id>{{ site.production_url }}{{ post.id }}</id>
2424
<content type="html">{{ post.content | xml_escape }}</content>
2525
</entry>
2626
{% endfor %}

0 commit comments

Comments
 (0)