fix broken RSS
This commit is contained in:
parent
9b61c72cba
commit
3395de0e39
8
rss.xml
8
rss.xml
|
@ -26,10 +26,10 @@ title : The Basspistol RSS Feed
|
|||
<itunes:explicit>yes</itunes:explicit>
|
||||
<itunes:image href="{{ site.url }}{{ site.banner }}" />
|
||||
<itunes:owner>
|
||||
<itunes:name>{{ site.title | xml_escape }}</itunes:name>
|
||||
<itunes:name>{{ site.publisher.name | xml_escape }}</itunes:name>
|
||||
<itunes:email>info@basspitol.com</itunes:email>
|
||||
</itunes:owner>
|
||||
<managingEditor>{{ site.publisher.mail }}</managingEditor>
|
||||
<managingEditor>{{ site.publisher.name }} <{{ site.publisher.mail }}></managingEditor>
|
||||
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
||||
<itunes:subtitle>{{ site.title }}</itunes:subtitle>
|
||||
<itunes:category text="Music">
|
||||
|
@ -42,9 +42,9 @@ title : The Basspistol RSS Feed
|
|||
<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>
|
||||
<category>Hi-Lights</category>
|
||||
<author>{{ site.publisher.mail }}</author>
|
||||
<author>{{ site.publisher.name }} <{{ site.publisher.mail }}></author>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
<itunes:author>{{ site.publisher.mail | xml_escape }}</itunes:author>
|
||||
<itunes:author>{{ site.publisher.mail }}</itunes:author>
|
||||
<itunes:explicit>No</itunes:explicit>
|
||||
<itunes:subtitle>{{ post.description | truncate: 252 | xml_escape }}</itunes:subtitle>
|
||||
<itunes:summary>{{ post.description | xml_escape }}</itunes:summary>
|
||||
|
|
Loading…
Reference in a new issue