From b7e997515e632b9d69788f64b87ab1ed75ddeb61 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 25 Sep 2024 13:03:36 -0500 Subject: [PATCH] Update buttons on index --- content/index.njk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/index.njk b/content/index.njk index 1ce3546..e8ddeb4 100644 --- a/content/index.njk +++ b/content/index.njk @@ -14,9 +14,9 @@ numberOfNowPostsToShow: 1 {% set postslistCounter = postsCount %} {% set showPostListHeader = false %} {% include "postslist.njk" %} - + @@ -30,9 +30,9 @@ numberOfNowPostsToShow: 1 {% set morePosts = postsCount - numberOfLatestPostsToShow %} {% if morePosts > 0 %} - + {% endif %}