fix broken xml

This commit is contained in:
Set Hallstrom 2020-11-09 17:13:35 +01:00
parent 693820256d
commit 529dc6005e

View file

@ -33,8 +33,8 @@ title : The Basspistol RSS Feed
<category>Hi-Lights</category>
<author>{{ site.publisher.mail | xml_escape }} ({{ site.publisher.name }})</author>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<media:thumbnail url="{{ site.url }}{{ post.image }}"/>
<media:content medium="image" url="{{ site.url }}{{ post.image }}"/>
<media:thumbnail url="{{ site.url }}{{ post.image }}"></media:thumbnail>
<media:title type="plain">{{ post.title | xml_escape }}</media:title>
</item>
{% endfor %}
</channel>