diff --git a/rss.xml b/rss.xml index 1b4c5e2..bec72da 100644 --- a/rss.xml +++ b/rss.xml @@ -38,15 +38,15 @@ title : The Basspistol RSS Feed {% for post in site.posts limit: 7 %} {{ post.title | xml_escape }} - {% if post.link.url %}{{ post.link.url }}?pk_campaign=rss{% else %}{{ site.url }}{{ post.url }}?pk_campaign=rss{% endif %} + {{ 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.publisher.mail | xml_escape }} ({{ site.publisher.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 %}