add piwik to rss

This commit is contained in:
Jörg Thalheim 2013-01-02 23:33:33 +01:00
parent c672fe96de
commit 65247a1363

View File

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