From c6e2ec6c0f178340c8439d10cdd8b07f7f5db869 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 19 Jul 2019 22:27:07 +0100 Subject: [PATCH] Add How to Code Well episode --- source/podcasts.html.twig | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig index 907ddfbd1..688e7efa3 100644 --- a/source/podcasts.html.twig +++ b/source/podcasts.html.twig @@ -37,6 +37,15 @@ episodes: date: 2019-07-01 url: https://thatpodcast.io/episodes/episode-60-the-one-where-we-talk-twig-drupal-and-sculpin-with-oliver-davies audio: true + + - title: Static Site Generators + description: | + Talking again with Peter Fisher, this time about static site generators. We talk about what they are, when you should and shouldn’t use them, and how to use them with a content management system like Drupal. + podcast: howtocodewell + date: 2019-07-19 + url: https://howtocodewell.fm/episode/29-what-are-static-site-generators-oliver-davies + audio: true + video: true --- {% macro episodeTitle(podcast, episode) -%} {{ podcast.name }}: {{ episode.title }} @@ -69,7 +78,9 @@ episodes: {{ episode.date|date('jS F Y') }} -

{{ episode.description }}

+
+ {{ episode.description|markdown }} +
{% if episode.url %}