Skip to content

Commit

Permalink
Fix for missing channel image on series RSS feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonyea committed Apr 11, 2024
1 parent aefae9c commit 6ff2366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/feed.rss.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<itunes:name>{{ channel.header.podcast.itunes.owner.name }}</itunes:name>
<itunes:email>{{ channel.header.podcast.itunes.owner.email }}</itunes:email>
</itunes:owner>
<itunes:image href="{{ uri.base }}{{ channel.media[page.header.podcast.itunes.image].url(true) }}"/>
<itunes:image href="{{ uri.base }}{{ channel.media[channel.header.podcast.itunes.image].url(true) }}"/>
<itunes:category text="{{ channel.header.podcast.itunes.category }}">
<itunes:category text="{{ channel.header.podcast.itunes.subcategory }}"/>
</itunes:category>
Expand Down

0 comments on commit 6ff2366

Please sign in to comment.