From e06bb646459e3e8a56105ac845812aedcc773e23 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 18 Nov 2025 12:04:38 +1300 Subject: [PATCH] Add header images to post content --- web/src/pages/posts/[slug].astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/pages/posts/[slug].astro b/web/src/pages/posts/[slug].astro index cab68c6..367cda2 100644 --- a/web/src/pages/posts/[slug].astro +++ b/web/src/pages/posts/[slug].astro @@ -22,9 +22,9 @@ const readTime = calcReadTime(wordCount);
-

{title}

+ +

{title}

-

{description}

@@ -39,7 +39,7 @@ const readTime = calcReadTime(wordCount);
-
+