fix comment not showing after entering from timeline

This commit is contained in:
ClovertaTheTrilobita 2026-03-26 18:43:06 +02:00
parent 78812aece6
commit 2d78351bfe

View file

@ -42,6 +42,7 @@ const groupedPosts = sortedPosts.reduce((acc: any[], post: any) => {
<a
href={`/${lang}/posts/${post.id}/`}
class="timeline-card"
data-astro-reload
>
<h2 class="post-title">{post.data.title}</h2>
<p class="post-description">