From f276b925302f0391a1fb816c48c563db47e97c21 Mon Sep 17 00:00:00 2001 From: javayhu Date: Tue, 2 Apr 2024 00:01:55 +0800 Subject: [PATCH] optimize: Optimize the issue where there is no spacing set between multiple rows of related posts when there are many related posts. --- src/layouts/PostSingle.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/PostSingle.astro b/src/layouts/PostSingle.astro index e27e293..2a7ce9c 100755 --- a/src/layouts/PostSingle.astro +++ b/src/layouts/PostSingle.astro @@ -101,7 +101,7 @@ const { title, description, author, categories, image, date, tags } = post.data;
{ similarPosts.map((post) => ( -
+
))