diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro
index 6828d3b..13cd0a0 100644
--- a/src/layouts/PostLayout.astro
+++ b/src/layouts/PostLayout.astro
@@ -23,14 +23,10 @@ const dateFmt = new Intl.DateTimeFormat("en-AU", { month: "long", year: "numeric
description={description ?? standfirst}
current="blog"
>
-
-
-
-
-
-
+
+
{(tag || series) && (
{tag && {tag}}
@@ -53,6 +49,7 @@ const dateFmt = new Intl.DateTimeFormat("en-AU", { month: "long", year: "numeric