killer RSS like its 2003!
This commit is contained in:
parent
61a497604c
commit
5d682e9f2b
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>{{ site.url }}{{ post.url }}</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