mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
✨ feat: add pinned icon for post list
This commit is contained in:
parent
5cf09194d8
commit
594172c183
9 changed files with 165 additions and 145 deletions
|
@ -39,7 +39,7 @@ const postsByYear = await getPostsByYear(lang)
|
|||
{pinnedPosts.length > 0 && (
|
||||
<section class="mb-7.5">
|
||||
<div class="uno-decorative-line"></div>
|
||||
<PostList posts={pinnedPosts} lang={lang} />
|
||||
<PostList posts={pinnedPosts} lang={lang} pinned={true} />
|
||||
</section>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue