We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bda0a5c + b0efa02 commit 67a1388Copy full SHA for 67a1388
atom.xml
@@ -3,7 +3,7 @@
3
---
4
<?xml version="1.0"?>
5
<feed xmlns="http://www.w3.org/2005/Atom">
6
-
+
7
<title>{{site.name}}</title>
8
<link href="{{site.url}}"/>
9
<link type="application/atom+xml" rel="self" href="{{site.url}}/atom.xml"/>
@@ -20,7 +20,7 @@
20
<entry>
21
<id>{{site.url}}{{ post.id }}</id>
22
<link type="text/html" rel="alternate" href="{{site.url}}{{ post.url }}"/>
23
- <title>{{ post.title }}</title>
+ <title>{{ post.title | xml_escape }}</title>
24
<published>{{ post.date | date_to_xmlschema }}</published>
25
<updated>{{ post.date | date_to_xmlschema }}</updated>
26
<author>
@@ -30,5 +30,5 @@
30
<content type="html">{{ post.content | xml_escape }}</content>
31
</entry>
32
{% endfor %}
33
34
-</feed>
+</feed>
0 commit comments