diff --git a/atom.xml b/atom.xml index 19cbc963..ecf374d0 100644 --- a/atom.xml +++ b/atom.xml @@ -13,7 +13,7 @@ layout: nil {% for post in site.posts %} - {{ post.title }} + {{ post.title | xml_escape }} {{ post.date | date_to_xmlschema }} {{ site.info.uri }}{{ post.id }}