1.2 KiB
1.2 KiB
layout | title | meta | use | |||
---|---|---|---|---|---|---|
page | The Beyond Blocks podcast |
|
|
{% 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.0 }}
{{ episode.blocks.content|markdown }}
Listen now → {% endfor %} {% endblock %}