mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
update latest posts num
This commit is contained in:
parent
2b2222c740
commit
74b3b723cf
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ const filteredPosts = sortedPosts.filter((post: any) => {
|
|||
return postLang === lang;
|
||||
});
|
||||
|
||||
const latestPosts = filteredPosts.slice(0, 5);
|
||||
const latestPosts = filteredPosts.slice(0, 7);
|
||||
---
|
||||
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue