fix broken xml
This commit is contained in:
parent
693820256d
commit
529dc6005e
1 changed files with 2 additions and 2 deletions
4
rss.xml
4
rss.xml
|
|
@ -33,8 +33,8 @@ title : The Basspistol RSS Feed
|
||||||
<category>Hi-Lights</category>
|
<category>Hi-Lights</category>
|
||||||
<author>{{ site.publisher.mail | xml_escape }} ({{ site.publisher.name }})</author>
|
<author>{{ site.publisher.mail | xml_escape }} ({{ site.publisher.name }})</author>
|
||||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||||
<media:thumbnail url="{{ site.url }}{{ post.image }}"/>
|
<media:thumbnail url="{{ site.url }}{{ post.image }}"></media:thumbnail>
|
||||||
<media:content medium="image" url="{{ site.url }}{{ post.image }}"/>
|
<media:title type="plain">{{ post.title | xml_escape }}</media:title>
|
||||||
</item>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue