Show the second speaker name
This commit is contained in:
parent
9cab2ada4f
commit
c0f9c84da1
|
@ -30,7 +30,7 @@ use: [podcast_episodes]
|
|||
{% set episode_url = site.url ~ '/' ~ episode.url|trim('/') %}
|
||||
|
||||
<item>
|
||||
<title>{{ episode.topic }} with {{ episode.guests|first }}</title>
|
||||
<title>{{ episode.topic }} with {{ episode.guests|join(' and ') }}</title>
|
||||
<description>TODO.</description>
|
||||
<pubDate>{{ episode.date|date('r') }}</pubDate>
|
||||
<enclosure url="{{ site.url }}/files/beyond-blocks/{{ episode.episode_filename }}" length="{{ episode.file_size }}" type="audio/mpeg" />
|
||||
|
|
Loading…
Reference in a new issue