use url as GUID

This commit is contained in:
Set Sakrecoer 2019-08-27 18:09:38 +02:00
parent c61c77b498
commit 61a497604c

View file

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