fix broken xml
This commit is contained in:
parent
693820256d
commit
529dc6005e
4
rss.xml
4
rss.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue