From a1b2ed95357bf11d3ddff3865886c53df0183c48 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 25 Jul 2019 01:02:50 +0100 Subject: [PATCH] Add podcasts intro text --- source/podcasts.html.twig | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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] %}