use url as GUID
This commit is contained in:
parent
c61c77b498
commit
61a497604c
2
rss.xml
2
rss.xml
|
@ -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> <img src="{{ post.image }}" /> {{ post.content | xml_escape }}</description>
|
||||
<enclosure url="{{ post.mp3 }}?ref=rss" type="audio/mpeg"/>
|
||||
<category>Podcasts</category>
|
||||
|
|
Loading…
Reference in a new issue