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}


-
+
+ +
-