diff --git a/_posts/2018-09-07-v4.20.md b/_posts/2018-09-07-v4.20.md index c2ef870..c6ca2ae 100644 --- a/_posts/2018-09-07-v4.20.md +++ b/_posts/2018-09-07-v4.20.md @@ -9,7 +9,7 @@ description: 'Music is not a number. Software versioning is. It''s time to bring uid: 'newerabpist' image: '/assets/img/newera.jpg' download: '' -link: '' +link: album: check_this_if_cannot_be_bought: true stores: diff --git a/_posts/_defaults.md b/_posts/_defaults.md index 17011b1..aec69f6 100644 --- a/_posts/_defaults.md +++ b/_posts/_defaults.md @@ -11,7 +11,7 @@ layout: uid: '' image: '' download: '' -link: '' +link: check_this_if_cannot_be_bought: false stores: - name: diff --git a/rss.xml b/rss.xml index 25f01a9..6506e18 100644 --- a/rss.xml +++ b/rss.xml @@ -41,9 +41,9 @@ title : The Basspistol RSS Feed {% for post in site.posts %} {{ post.title | xml_escape }} - {% if post.link != '' %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %} + {% 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 %} + <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 }}