diff --git a/src/components/HomePosts.astro b/src/components/HomePosts.astro index 8912b81..84a1554 100644 --- a/src/components/HomePosts.astro +++ b/src/components/HomePosts.astro @@ -10,7 +10,7 @@ let posts = allPosts new Date(b.frontmatter.added).valueOf() - new Date(a.frontmatter.added).valueOf() ) - .slice(0, 3); + .slice(0, 5); //.sort(() => 0.5 - Math.random()).slice(0, 3); ---