From 2d78351bfe7ce894ad81d14f7aae1a9f9b28a90f Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 26 Mar 2026 18:43:06 +0200 Subject: [PATCH] fix comment not showing after entering from timeline --- src/components/Posts/PostTimeline.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Posts/PostTimeline.astro b/src/components/Posts/PostTimeline.astro index c3bd41c..bf7d98d 100644 --- a/src/components/Posts/PostTimeline.astro +++ b/src/components/Posts/PostTimeline.astro @@ -42,6 +42,7 @@ const groupedPosts = sortedPosts.reduce((acc: any[], post: any) => {

{post.data.title}