We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162a85d commit 59d6a7bCopy full SHA for 59d6a7b
atom.xml
@@ -20,7 +20,7 @@ title : Atom Feed
20
<title>{{ post.title }}</title>
21
<link href="{{ site.production_url }}{{ post.url }}"/>
22
<updated>{{ post.date | date_to_xmlschema }}</updated>
23
- <id>h{{ site.production_url }}{{ post.id }}</id>
+ <id>{{ site.production_url }}{{ post.id }}</id>
24
<content type="html">{{ post.content | xml_escape }}</content>
25
</entry>
26
{% endfor %}
0 commit comments