Skip to content

Commit

Permalink
XML escaped post title in sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
codegaze committed Jan 8, 2016
1 parent 2515dd3 commit f1d828d
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 @@ -17,7 +17,7 @@ layout: null

{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<title>{{ post.title | xml_escape }}</title>
<link href="{{ site.url }}{{ site.baseurl }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
Expand Down

0 comments on commit f1d828d

Please sign in to comment.