atom.xml: escape piwik title
This commit is contained in:
parent
1308835bce
commit
7eb6acf3a0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user