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'
|
uid: 'newerabpist'
|
||||||
image: '/assets/img/newera.jpg'
|
image: '/assets/img/newera.jpg'
|
||||||
download: ''
|
download: ''
|
||||||
link: ''
|
link:
|
||||||
album:
|
album:
|
||||||
check_this_if_cannot_be_bought: true
|
check_this_if_cannot_be_bought: true
|
||||||
stores:
|
stores:
|
||||||
|
|
|
@ -11,7 +11,7 @@ layout:
|
||||||
uid: ''
|
uid: ''
|
||||||
image: ''
|
image: ''
|
||||||
download: ''
|
download: ''
|
||||||
link: ''
|
link:
|
||||||
check_this_if_cannot_be_bought: false
|
check_this_if_cannot_be_bought: false
|
||||||
stores:
|
stores:
|
||||||
- name:
|
- name:
|
||||||
|
|
4
rss.xml
4
rss.xml
|
@ -41,9 +41,9 @@ title : The Basspistol RSS Feed
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<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>
|
<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>
|
<category>Hi-Lights</category>
|
||||||
<author>{{ post.author | xml_escape }}</author>
|
<author>{{ post.author | xml_escape }}</author>
|
||||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||||
|
|
Loading…
Reference in a new issue