diff --git a/src/content/podcast-episode/2-alternate-realities.md b/src/content/podcast-episode/2-alternate-realities.md index e7db6d34f..34d63fbfc 100644 --- a/src/content/podcast-episode/2-alternate-realities.md +++ b/src/content/podcast-episode/2-alternate-realities.md @@ -1,8 +1,31 @@ --- -date: 2023-11-07 +date: 2023-11-17 topic: Drupal's Alternate Realities guests: - Panagiotis Moutsopoulos -links: [] -draft: true +links: +- - DrupalCon Lille + - https://events.drupal.org/lille2023 + +- - Panagiotis' BoF session + - https://events.drupal.org/lille2023/session/drupals-alternate-realities + +- - Panagiotis on Drupal.org (vensires) + - https://www.drupal.org/u/vensires + +- - E-Sepia + - https://www.e-sepia.gr + +- - Panagiotis on LinkedIn + - https://www.linkedin.com/in/panagiotis-moutsopoulos/ + +- - https://drupal.org.gr + - https://drupal.org.gr + +- - Frontend United + - https://www.frontendunited.com +transistor: + id: 5f7e3397 --- + +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. diff --git a/src/layouts/PodcastEpisodeLayout.astro b/src/layouts/PodcastEpisodeLayout.astro index c0402a4eb..85479af35 100644 --- a/src/layouts/PodcastEpisodeLayout.astro +++ b/src/layouts/PodcastEpisodeLayout.astro @@ -4,14 +4,14 @@ import BaseLayout from "./PageLayout.astro"; import DailyEmailForm from "../components/DailyEmailForm.astro"; import Markdown from "../components/Markdown.astro"; -const { title } = Astro.props.frontmatter || Astro.props; +const { episodeUrl, title } = Astro.props.frontmatter || Astro.props; ---
- +