fix RSS feed
This commit is contained in:
parent
55385db8d8
commit
7a36a5744e
|
@ -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:
|
||||
|
|
|
@ -11,7 +11,7 @@ layout:
|
|||
uid: ''
|
||||
image: ''
|
||||
download: ''
|
||||
link: ''
|
||||
link:
|
||||
check_this_if_cannot_be_bought: false
|
||||
stores:
|
||||
- name:
|
||||
|
|
4
rss.xml
4
rss.xml
|
@ -41,9 +41,9 @@ title : The Basspistol RSS Feed
|
|||
{% for post in site.posts %}
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
<link>{% if post.link != '' %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %}</link>
|
||||
<link>{% if post.link %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %}</link>
|
||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||
<description> <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 %}</description>
|
||||
<description> <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 %}</description>
|
||||
<category>Hi-Lights</category>
|
||||
<author>{{ post.author | xml_escape }}</author>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
|
|
Loading…
Reference in a new issue