From aece417bff6717db76e7db95d20f4fe222b3b4eb Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Fri, 8 Mar 2024 23:32:20 +0100 Subject: [PATCH] feat(blog): transition blogpost titles --- src/pages/blog.astro | 4 +++- src/pages/blog/[...slug].astro | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 0c7594a..00e4084 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -18,7 +18,9 @@ const allBlogposts = await getCollection('blog'); { allBlogposts.map((post) => (
-

+

{post.data.title}

diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index d2bfdf0..25d9d94 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -27,7 +27,7 @@ const descriptionMeta =

-

{title}

+

{title}