From ab43cf9f1841f741352acb0fc28402fc544e8e96 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Mon, 18 Mar 2024 16:42:37 +0100 Subject: [PATCH] Rebuild podcasts pages markup missing from the old site --- src/pages/podcast/[...episode].astro | 33 +++++++++++++++++++++++----- src/pages/podcasts.astro | 20 +++++++++++------ 2 files changed, 41 insertions(+), 12 deletions(-) diff --git a/src/pages/podcast/[...episode].astro b/src/pages/podcast/[...episode].astro index 140b3f96..c8080687 100644 --- a/src/pages/podcast/[...episode].astro +++ b/src/pages/podcast/[...episode].astro @@ -18,21 +18,44 @@ const tags = entry.data.tags.split(",");
-
-

{entry.data.title}

+
+

+ + Episode {entry.data.episode} + {entry.data.title} + +

+

{entry.data.description}

    -
  • {entry.data.author}
  • +
  • {entry.data.subtype}
  • {entry.data.date}

- + { + entry.data.youtubeid.length > 6 && ( + <> +