Add podcasts intro text
This commit is contained in:
parent
3e6dc96467
commit
a1b2ed9535
|
@ -4,10 +4,13 @@ title: Podcasts
|
||||||
podcasts:
|
podcasts:
|
||||||
howtocodewell:
|
howtocodewell:
|
||||||
name: How to Code Well
|
name: How to Code Well
|
||||||
|
url: https://howtocodewell.fm
|
||||||
talking_drupal:
|
talking_drupal:
|
||||||
name: Talking Drupal
|
name: Talking Drupal
|
||||||
|
url: http://talkingdrupal.com
|
||||||
thatpodcast:
|
thatpodcast:
|
||||||
name: That Podcast
|
name: That Podcast
|
||||||
|
url: https://thatpodcast.io
|
||||||
episodes:
|
episodes:
|
||||||
- title: 'Episode #175 - Automated Testing'
|
- title: 'Episode #175 - Automated Testing'
|
||||||
description: I joined the Talking Drupal team to discuss automated testing.
|
description: I joined the Talking Drupal team to discuss automated testing.
|
||||||
|
@ -53,13 +56,12 @@ episodes:
|
||||||
|
|
||||||
{% import _self as helpers %}
|
{% import _self as helpers %}
|
||||||
|
|
||||||
<!-- <header class="mb-6">
|
<header class="markup">
|
||||||
<p class="text-lg">
|
<p class="text-lg">As well as <a href="{{ site.menus.main.articles.href }}">writing posts</a> and <a href="{{ site.menus.main.talks.href }}">giving talks</a>, I also enjoy being on podcasts and speaking about interesting topics.</p>
|
||||||
I’m an occasional guest on podcasts such as Talking Drupal.
|
<p class="text-lg">Here are the podcasts that I’ve been on, including <a href="{{ page.podcasts.talking_drupal.url }}">{{ page.podcasts.talking_drupal.name }}</a> and <a href="{{ page.podcasts.howtocodewell.url }}">{{ page.podcasts.howtocodewell.name }}</a>.</p>
|
||||||
</p>
|
</header>
|
||||||
</header> -->
|
|
||||||
|
|
||||||
<div class="spaced-y-10">
|
<div class="mt-10 spaced-y-10">
|
||||||
{% for episode in page.episodes|reverse %}
|
{% for episode in page.episodes|reverse %}
|
||||||
{% set podcast = page.podcasts[episode.podcast] %}
|
{% set podcast = page.podcasts[episode.podcast] %}
|
||||||
|
|
||||||
|
|
Reference in a new issue