Merge branch 'dev' into 'master'
Merge branch dev into master via CloudCannon See merge request sakrecoer/mother-web!8
This commit is contained in:
commit
e529da3550
3
rss.xml
3
rss.xml
|
@ -50,8 +50,9 @@ layout: null
|
|||
<item>
|
||||
<title>{{ post.title }}</title>
|
||||
<link>{{ site.url }}{{ post.url }}?ref=rss</link>
|
||||
<guid>{{ post.uid }}</guid>
|
||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||
<description> <img src="{{ post.image }}" /> {{ 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>
|
||||
|
|
Loading…
Reference in a new issue