diff --git a/src/components/Post.astro b/src/components/Post.astro index 38d6e8e..88e5cc6 100644 --- a/src/components/Post.astro +++ b/src/components/Post.astro @@ -8,6 +8,8 @@ const { post } = Astro.props; ---
+ +
@@ -21,6 +23,7 @@ const { post } = Astro.props; >
+
-
+ \ No newline at end of file