add piwik to rss
This commit is contained in:
parent
c672fe96de
commit
65247a1363
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user