From f1087f16069f36fbc339bbcb086c55c64a160e43 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Sat, 11 Jul 2020 08:59:43 +0200 Subject: [PATCH] rss --- rss.xml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/rss.xml b/rss.xml index 71c8935..25f01a9 100644 --- a/rss.xml +++ b/rss.xml @@ -1,14 +1,15 @@ --- +layout: nil title : The Basspistol RSS Feed --- - {{ site.title }} - - {{ site.production_url }} - {{ site.tagline | xml_escape }} + {{ site.title | xml_escape }} + + {{ site.url }} + {{ site.description | xml_escape }} {{ site.time | date_to_rfc822 }} en-US hourly @@ -16,18 +17,18 @@ title : The Basspistol RSS Feed https://jekyllrb.com/ - {{ site.production_url }}{{ site.banner }} - {{ site.title }} - {{ site.production_url }} + {{ site.url }}{{ site.banner }} + {{ site.title | xml_escape }} + {{ site.url }} 1024 1024 {{ site.title }} yes - + - {{ site.title }} + {{ site.title | xml_escape }} info@basspitol.com set@basspistol.com (Basspistol) @@ -37,21 +38,21 @@ title : The Basspistol RSS Feed TV-14 Daily - {% for post in site.categories.highlights %} + {% for post in site.posts %} - {{ post.title }} - {% if post.layout contains "article" %}{{ site.production_url }}{{ post.url }}{% elsif post.layout contains "link" %}{{ post.link }}{% endif %} - {{ post.uid }} - <img src="{{ site.production_url }}{{ post.image }}" /> <br />{{ post.description | xml_escape }} {% if post.layout contains "link" %}<br />Full article on: <a href="{{ site.production_url }}{{ post.url }}">{{ site.production_url }}{{ post.url }}</a>{% endif %} - Podcasts - {{ post.artist | xml_escape }} + {{ post.title | xml_escape }} + {% if post.link != '' %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %} + {{ 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 %} + Hi-Lights + {{ post.author | xml_escape }} {{ post.date | date_to_rfc822 }} {{ post.artist | xml_escape }} No {{ post.description | strip_html | truncate: 252 | xml_escape }} {{ post.description | xml_escape }} {% for tags in post.tags %}{{ tags | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %} - + {% endfor %}