From 89ecce6f99a39fb8dc458e79a512685979da6bed Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 10 Jul 2024 02:35:12 -0600 Subject: [PATCH] overhaul style of blog posts a bit --- src/layouts/BlogPost.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index f94caa0..0b242d8 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -10,12 +10,13 @@ const { title, description, pubDate, updatedDate } = Astro.props;
-
-
+
+

{title}

+

{description}

{ @@ -26,14 +27,13 @@ const { title, description, pubDate, updatedDate } = Astro.props; ) }
-

{title}

-

{description}


-
+
+ +
-