Commit graph

10 commits

Author SHA1 Message Date
Oliver Davies 076802cb5b 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.
2025-01-02 01:07:54 +00:00
Oliver Davies b9f66b5b07 Add a feature flag for using the native HTML audio
...player element
2024-12-17 00:00:09 +00:00
Oliver Davies 15000e0144 Update meta descriptions for podcast episodes 2024-09-12 00:06:32 +01:00
Oliver Davies 664d90414e Add Ryan Szrama episode 2024-03-04 21:40:14 +00:00
Oliver Davies 91486faed4 Update site settings 2024-02-28 00:49:27 +00:00
Oliver Davies 9137b331fe podcast: move key points into front matter 2024-02-17 08:54:25 +00:00
Oliver Davies 73215b3fcd Fix meta title on podcast episode pages 2024-01-10 13:39:39 +00:00
Oliver Davies cc13e29367 Fix podcast player 2024-01-10 13:04:29 +00:00
Oliver Davies 455d27eef5 Only load the player when there is an episode ID 2024-01-10 00:44:45 +00:00
Oliver Davies 7d29cf1472 Add podcast pages 2024-01-03 23:06:05 +00:00