From 46b042d5b26978b68edc35d322dacbbca2ef30a9 Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Wed, 19 Jul 2023 10:09:28 -0500 Subject: [PATCH] Update index recent post count --- content/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.njk b/content/index.njk index 217d9b5..887b9c8 100644 --- a/content/index.njk +++ b/content/index.njk @@ -3,7 +3,7 @@ layout: layouts/home.njk eleventyNavigation: key: Home order: 1 -numberOfLatestPostsToShow: 3 +numberOfLatestPostsToShow: 10 --- {% set postsCount = collections.posts | length %} {% set latestPostsCount = postsCount | min(numberOfLatestPostsToShow) %}