From a95a3fdbb653146b9ed2c815ff3e1129ce1cc508 Mon Sep 17 00:00:00 2001 From: LimePotato Date: Wed, 17 Apr 2024 04:05:56 -0600 Subject: [PATCH] 202404170405 --- src/layouts/MDPost.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/MDPost.astro b/src/layouts/MDPost.astro index cd420f9..73b5446 100755 --- a/src/layouts/MDPost.astro +++ b/src/layouts/MDPost.astro @@ -9,7 +9,8 @@ interface Props { const { title } = Astro.props; const { frontmatter } = Astro.props; --- - + + {title} @@ -27,3 +28,4 @@ const { frontmatter } = Astro.props;