mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
fix comment not showing after entering from timeline
This commit is contained in:
parent
78812aece6
commit
2d78351bfe
1 changed files with 1 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue