Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcda652 + f1d828d commit c8a6ca5Copy full SHA for c8a6ca5
1 file changed
atom.xml
@@ -17,7 +17,7 @@ layout: null
17
18
{% for post in site.posts %}
19
<entry>
20
- <title>{{ post.title }}</title>
+ <title>{{ post.title | xml_escape }}</title>
21
<link href="{{ site.url }}{{ site.baseurl }}{{ post.url }}"/>
22
<updated>{{ post.date | date_to_xmlschema }}</updated>
23
<id>{{ site.url }}{{ post.id }}</id>
0 commit comments