killer RSS like its 2003!

This commit is contained in:
Set Sakrecoer 2019-08-27 18:17:08 +02:00
parent 61a497604c
commit 5d682e9f2b

View file

@ -50,8 +50,9 @@ layout: null
<item>
<title>{{ post.title }}</title>
<link>{{ site.url }}{{ post.url }}?ref=rss</link>
<guid>{{ site.url }}{{ post.url }}</guid>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
<description> &lt;img src=&quot;{{ post.image }}&quot; /&gt; {{ post.content | xml_escape }}</description>
<author>{{ site.author.email }} ({{ site.author.name }})</author>
<enclosure url="{{ post.mp3 }}?ref=rss" type="audio/mpeg"/>
<category>Podcasts</category>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>