From f67cfce46579abccac13005a14cd162e3d71d8f2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Mar 2019 22:35:57 +0000 Subject: [PATCH 1/3] Add another Talking Drupal podcast --- source/podcasts.html.twig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig index 9c95b8e5..db2d4bfc 100644 --- a/source/podcasts.html.twig +++ b/source/podcasts.html.twig @@ -10,6 +10,12 @@ episodes: podcast: talking_drupal date: 2018-09-05 url: http://talkingdrupal.com/175 + + - title: 'Episode #204 - A Few Things' + description: I joined the Talking Drupal team again, where we discussed Drupal updates, conferences and more. + podcast: talking_drupal + date: 2019-03-20 + url: http://talkingdrupal.com/204 --- -
+
{% for episode in page.episodes|reverse %} {% set podcast = page.podcasts[episode.podcast] %} From 8c833ba29bd30ce7b5fb66cccef5205cda499d06 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 25 Mar 2019 11:11:47 +0000 Subject: [PATCH 3/3] Update date --- source/podcasts.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig index c0c90801..8eca88ab 100644 --- a/source/podcasts.html.twig +++ b/source/podcasts.html.twig @@ -14,7 +14,7 @@ episodes: - title: 'Episode #204 - A Few Things' description: I joined the Talking Drupal team again, where we discussed Drupal updates, conferences and more. podcast: talking_drupal - date: 2019-03-20 + date: 2019-03-25 url: http://talkingdrupal.com/204 ---