diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig index 688e7efa..040a7460 100644 --- a/source/podcasts.html.twig +++ b/source/podcasts.html.twig @@ -4,10 +4,13 @@ title: Podcasts podcasts: howtocodewell: name: How to Code Well + url: https://howtocodewell.fm talking_drupal: name: Talking Drupal + url: http://talkingdrupal.com thatpodcast: name: That Podcast + url: https://thatpodcast.io episodes: - title: 'Episode #175 - Automated Testing' description: I joined the Talking Drupal team to discuss automated testing. @@ -53,13 +56,12 @@ episodes: {% import _self as helpers %} - +
+

As well as writing posts and giving talks, I also enjoy being on podcasts and speaking about interesting topics.

+

Here are the podcasts that I’ve been on, including {{ page.podcasts.talking_drupal.name }} and {{ page.podcasts.howtocodewell.name }}.

+
-
+
{% for episode in page.episodes|reverse %} {% set podcast = page.podcasts[episode.podcast] %}