diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig
index 9c8fdd20..0ab18e64 100644
--- a/source/podcasts.html.twig
+++ b/source/podcasts.html.twig
@@ -2,6 +2,8 @@
layout: default
title: Podcasts
podcasts:
+ howtocodewell:
+ name: How to Code Well
talking_drupal:
name: Talking Drupal
episodes:
@@ -16,6 +18,12 @@ episodes:
podcast: talking_drupal
date: 2019-03-25
url: http://talkingdrupal.com/204
+
+ - title: Drupal
+ description: Talking about Drupal, Drupal 7 vs Drupal 8, module development, testing and more.
+ podcast: howtocodewell
+ date: 2019-03-08
+ url: ~
---