diff --git a/feed.xml b/feed.xml index edafb73..1c49000 100644 --- a/feed.xml +++ b/feed.xml @@ -38,15 +38,15 @@ title : To Setto Setto RSS Feed {% for post in site.posts limit: 7 %} {{ post.title | xml_escape }} - {{ site.url }}{{ post.url }}?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }} + {{ site.url }}{{ post.url }}?pk_campaign=RSS {{ site.url }}{{ post.url }} - <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% endif %} + {{ post.description | truncate: 200 | xml_escape }} Hi-Lights {{ site.social.mail | xml_escape }} ({{ site.social.name }}) {{ post.date | date_to_rfc822 }} {{ site.publisher.mail }} No - {{ post.description | truncate: 252 | xml_escape }} + {{ post.description | truncate: 200 | xml_escape }} {{ post.description | xml_escape }} {% for tags in post.tags %}{{ tags | xml_escape | strip_html }}{% unless forloop.last %}, {% endunless %}{% endfor %}