Add "More podcast episodes with..." block
If a guest has been on multiple podcast episodes, show a list on an episode page linking to their other episodes. For this to work, each page needs `data.podcast_episodes` to be in scope, so `use: [podcast_episodes]` needs to be added to the episode. Whilst I could do this only for the specific episodes, adding it to all the episodes will make it clearer in the future that I need to have it instead of forgetting to add it and wondering why it doesn't work.
This commit is contained in:
parent
e1c216fa91
commit
076802cb5b
27 changed files with 55 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ transistor:
|
|||
episode_filename: 2-alternate-realities.mp3
|
||||
file_size: 19346455
|
||||
duration: 0:43:51
|
||||
use: [podcast_episodes]
|
||||
---
|
||||
|
||||
In this episode, Oliver is joined by Panagiotis Moutsopoulos to discuss about the whole first-time DrupalCon experience of Lille (France) and more specifically, his session Drupal’s Alternate Realities A BoF session presenting some history but mainly the different ways to tackle a problem in Drupal using different methodologies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue