From 37c9b21ec9c44278a9133b9861d6016d5d2a6345 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Mon, 4 Mar 2024 10:35:14 +0100 Subject: [PATCH] feat(blog): add descriptions to bloglist --- src/pages/blog.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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