diff --git a/rss.xml b/rss.xml index 8a7ed49..e967134 100644 --- a/rss.xml +++ b/rss.xml @@ -41,9 +41,9 @@ title : Sakrecoer RSS Feed {% for post in site.posts %} {{ post.title | xml_escape }} - {% if post.link != '' %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %} + {{ site.url }}{{ post.url }} {{ 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 %} + <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} Hi-Lights {{ post.author | xml_escape }} {{ post.date | date_to_rfc822 }}