Merge branch 'talking-drupal-2'
This commit is contained in:
commit
e1efe31fad
|
@ -10,6 +10,12 @@ episodes:
|
||||||
podcast: talking_drupal
|
podcast: talking_drupal
|
||||||
date: 2018-09-05
|
date: 2018-09-05
|
||||||
url: http://talkingdrupal.com/175
|
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-25
|
||||||
|
url: http://talkingdrupal.com/204
|
||||||
---
|
---
|
||||||
<!-- <header class="mb-6">
|
<!-- <header class="mb-6">
|
||||||
<p class="text-lg">
|
<p class="text-lg">
|
||||||
|
@ -17,7 +23,7 @@ episodes:
|
||||||
</p>
|
</p>
|
||||||
</header> -->
|
</header> -->
|
||||||
|
|
||||||
<div class="spaced-y-8">
|
<div class="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