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 #}