This commit is contained in:
Set Sakrecoer 2020-12-11 11:12:37 +01:00
parent 8b6357fc7e
commit 747d6572cb

View file

@ -35,7 +35,7 @@ title : The Basspistol RSS Feed
<author>{{ author.email }} ({{ author.name }})</author> <author>{{ author.email }} ({{ author.name }})</author>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate> <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<media:thumbnail url="{{ site.url }}{{ post.image }}" {% imagesize {{ post.image }}:props %}></media:thumbnail> <media:thumbnail url="{{ site.url }}{{ post.image }}" {% imagesize {{ post.image }}:props %}></media:thumbnail>
<media:title type="pl ain">{{ post.title | xml_escape }}</media:title> <media:title type="plain">{{ post.title | xml_escape }}</media:title>
</item> </item>
{% endfor %} {% endfor %}
</channel> </channel>