Skip to content

Commit

Permalink
Update podcast.rss
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh committed Jun 2, 2020
1 parent 31bc8f8 commit 739cf48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions podcast.rss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<description>{{ site.description | xml_escape }}</description>
<link>{{ site.url }}</link>
<language>{{ site.lang }}</language>
<managingEditor>{{ site.email }} ({{ site.author }})</managingEditor>
<webMaster>{{ site.email }} ({{ site.author }})</webMaster>
<managingEditor>{{ site.podcast_email}} ({{ podcast_author }})</managingEditor>
<webMaster>{{ site.podcast_email }} ({{ podcast_author }})</webMaster>
<copyright>2020-{{ site.time | "%Y" }} {{ site.title }}</copyright>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
Expand All @@ -21,14 +21,14 @@
<title>{{ site.title }}</title>
</image>
<itunes:subtitle>{{ site.podcast_subtitle | xml_escape }}</itunes:subtitle>
<itunes:author>{{ site.author }}</itunes:author>
<itunes:author>{{ podcast_author }}</itunes:author>
<itunes:summary>{{ site.description | xml_escape }}</itunes:summary>
<itunes:keywords>{{ site.keywords }}</itunes:keywords>
<itunes:owner>
<itunes:name>{{ site.author }}</itunes:name>
<itunes:name>{{ site.podcast_author }}</itunes:name>
<itunes:email>{{ site.podcast_email }}</itunes:email>
</itunes:owner>
<itunes:image href="{{ site.podcast_artwork" />
<itunes:image href="{{ "site.podcast_artwork" | absolute_url }}" />
<itunes:category text="Arts">
<itunes:category text="Books" />
</itunes:category>
Expand All @@ -52,7 +52,7 @@
<itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
<itunes:duration>{{ post.duration }}</itunes:duration>
<itunes:keywords>{{ post.keywords }}{{site.keywords}}</itunes:keywords>
<itunes:image href= {{site.podcast_artwork}} />
<itunes:image href= "{{ "site.podcast_artwork" | absolute_url }}" />
<itunes:explicit>{{ post.explicit }}</itunes:explicit>
<itunes:block>{{ post.block }}</itunes:block>
</item>
Expand Down

0 comments on commit 739cf48

Please sign in to comment.