From 6fe22389c9a7de2c4b1b24933ff778bdbdd64bf8 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 12 Feb 2024 09:19:30 -0600 Subject: [PATCH] Link to input file. --- content/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.njk b/content/index.njk index c23cd54..9d3430a 100644 --- a/content/index.njk +++ b/content/index.njk @@ -15,7 +15,7 @@ numberOfLatestPostsToShow: 3 {% set morePosts = postsCount - numberOfLatestPostsToShow %} {% if morePosts > 0 %} -

{{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} can be found in the archive.

+

{{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} can be found in the archive.

{% endif %} {# List every content page in the project #}