diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 0bc3ac3..f82cb04 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -18,8 +18,11 @@ const allBlogposts = await getCollection('blog');

{post.data.title}

+

+ {post.data.description} +

Read more