feat: add category and finished

This commit is contained in:
KazooTTT
2024-07-26 00:32:10 +08:00
parent d99e484aa9
commit 26f0f634be
5 changed files with 28 additions and 3 deletions

View File

@ -27,7 +27,7 @@ const postDate = post.data.date
</a>
{
withDesc && (
<p class='line-clamp-3 block text-sm italic text-muted-foreground'>
<p class='line-clamp-2 text-sm italic text-muted-foreground'>
{post.data.description}
</p>
)