From 1f9a4480e2ffa958884c3597ccd78aca30461c6b Mon Sep 17 00:00:00 2001 From: Herbie Vine Date: Thu, 22 Aug 2024 10:04:30 +0200 Subject: [PATCH] fix: banner styling & visibility --- src/pages/post/[...slug].astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/post/[...slug].astro b/src/pages/post/[...slug].astro index 6ed9e0a..8e0c09a 100644 --- a/src/pages/post/[...slug].astro +++ b/src/pages/post/[...slug].astro @@ -63,12 +63,13 @@ const { Content } = await post.render();
-
- +