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}`}