Remove <link> tag from episodes

This commit is contained in:
davegson 2019-09-13 18:44:13 +02:00
parent c48cfbf70d
commit ac71e3bc32

View file

@ -47,7 +47,6 @@ layout: null
{% for ep in site.posts %}
<item>
<title>{{ ep.title }}</title>
<link>{{ site.url }}{{ ep.url }}</link>
<pubDate>{{ ep.date | date: "%a, %d %b %Y %T %z" }}</pubDate>
<dc:creator><![CDATA[{{ site.podcast_author | cdata_escape }}]]></dc:creator>
{% for category in ep.categories %}