diff --git a/source/rss/bb.xml.twig b/source/rss/bb.xml.twig index e25d18a7..7234d026 100644 --- a/source/rss/bb.xml.twig +++ b/source/rss/bb.xml.twig @@ -30,7 +30,7 @@ use: [podcast_episodes] {% set episode_url = site.url ~ '/' ~ episode.url|trim('/') %} - {{ episode.topic }} with {{ episode.guests|first }} + {{ episode.topic }} with {{ episode.guests|join(' and ') }} TODO. {{ episode.date|date('r') }}