oliverdavies.uk/source/podcast.md
Oliver Davies f5f13d6856 Show second guest name
If a podcast episode has two guests, show both guest names.
2025-02-28 16:47:39 +00:00

1.2 KiB

layout title meta use
page The Beyond Blocks podcast
description
A podcast about Drupal, PHP open-source and software development.
podcast_episodes

{% block content_bottom %}{% endblock %}

{% block content %} A podcast about Drupal, PHP, open-source, and related software development topics. Guests include people like Matt Glaman, Eirik Morland, Tim Lehnen, Ryan Szrama, Sam Mortenson and Jess Archer.

Episodes

{% for episode in data.podcast_episodes|reverse %} {% set episodeNumber = episode.url|trim('/')|split('/')|last|split('-')|first %}

Episode {{ episodeNumber }}: {{ episode.topic }} with {{ episode.guests|join(' and ') }}

{{ episode.blocks.content|markdown }}

Listen now → {% endfor %} {% endblock %}