From 82f17479bc6a5bd5a0d28d26f2b23c2e43444734 Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Mon, 3 Oct 2022 21:52:02 -0400 Subject: [PATCH] fixing layout blog bug --- src/layouts/BaseLayout.astro | 2 +- src/layouts/PostLayout.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 8260af1..44f8ce6 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -19,7 +19,7 @@ const { image, title = SITE_TITLE, description = SITE_DESCRIPTION } = Astro.prop
-
+
diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 56d91a6..708d856 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -18,7 +18,7 @@ const { --- -
+
{heroImage && {title}}

{title}