Merge branch 'dev' into 'master'

Merge branch dev into master via CloudCannon

See merge request sakrecoer/mother-web!8
This commit is contained in:
Set Sakrecoer 2019-08-27 16:17:22 +00:00
commit e529da3550

View file

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