mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Remove <link> tag from episodes
This commit is contained in:
parent
c48cfbf70d
commit
ac71e3bc32
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ layout: null
|
||||||
{% for ep in site.posts %}
|
{% for ep in site.posts %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ ep.title }}</title>
|
<title>{{ ep.title }}</title>
|
||||||
<link>{{ site.url }}{{ ep.url }}</link>
|
|
||||||
<pubDate>{{ ep.date | date: "%a, %d %b %Y %T %z" }}</pubDate>
|
<pubDate>{{ ep.date | date: "%a, %d %b %Y %T %z" }}</pubDate>
|
||||||
<dc:creator><![CDATA[{{ site.podcast_author | cdata_escape }}]]></dc:creator>
|
<dc:creator><![CDATA[{{ site.podcast_author | cdata_escape }}]]></dc:creator>
|
||||||
{% for category in ep.categories %}
|
{% for category in ep.categories %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue