atom.xml: escape piwik title

This commit is contained in:
Jörg Thalheim 2013-01-20 11:11:19 +01:00
parent 1308835bce
commit 7eb6acf3a0

View File

@ -26,7 +26,7 @@ layout: nil
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
<content type="html"><![CDATA[
<img src="//piwik.higgsboson.tk/piwik.php?idsite=1&action_name={{post.title | escape}}" style="border:0" alt="" />
<img src="//piwik.higgsboson.tk/piwik.php?idsite=1&action_name={{post.title | cgi_escape}}" style="border:0" alt="" />
{{ post.content | expand_urls: site.url | cdata_escape }}
]]></content>
</entry>