From 10d3eb0bea2970991e0e9762375c87df9127b2d6 Mon Sep 17 00:00:00 2001 From: kitty Date: Tue, 11 Mar 2025 03:03:53 +0000 Subject: [PATCH] attended issue #4 --- src/components/Post.astro | 2 +- src/pages/blog/[...slug].astro | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Post.astro b/src/components/Post.astro index 3d4d320..9f9969d 100644 --- a/src/components/Post.astro +++ b/src/components/Post.astro @@ -7,7 +7,7 @@ const { post } = Astro.props;
  • {post.data.title}
    {`← ${SITE.name}`} { @@ -44,7 +44,7 @@ const { Content } = await entry.render(); ) }

    {entry.data.title}

    @@ -59,7 +59,7 @@ const { Content } = await entry.render();
    {`← ${SITE.name}`}