From 0f75bf3443996f287b9a8a70abb0b3ac8031def8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 12 May 2024 08:33:19 +0100 Subject: Styling overhaul --- website/src/layouts/BlogPost.astro | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'website/src/layouts/BlogPost.astro') diff --git a/website/src/layouts/BlogPost.astro b/website/src/layouts/BlogPost.astro index b709356..8639caa 100644 --- a/website/src/layouts/BlogPost.astro +++ b/website/src/layouts/BlogPost.astro @@ -2,6 +2,7 @@ import type { CollectionEntry } from 'astro:content'; import BaseHead from '../components/BaseHead.astro'; import FormattedDate from '../components/FormattedDate.astro'; +import Navbar from '../components/Navbar.astro'; type Props = CollectionEntry<'blog'>['data']; @@ -22,11 +23,12 @@ const updatedDateStr = updatedDate ? +
-

{title}

+
+

{title}

+

+

-

- -

+
-
+
-- cgit v1.2.3