Link to input file.

This commit is contained in:
Zach Leatherman 2024-02-12 09:19:30 -06:00
parent 6c04d6038d
commit 6fe22389c9

View File

@ -15,7 +15,7 @@ numberOfLatestPostsToShow: 3
{% set morePosts = postsCount - numberOfLatestPostsToShow %} {% set morePosts = postsCount - numberOfLatestPostsToShow %}
{% if morePosts > 0 %} {% if morePosts > 0 %}
<p>{{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} can be found in <a href="/blog/">the archive</a>.</p> <p>{{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} can be found in <a href="blog.njk">the archive</a>.</p>
{% endif %} {% endif %}
{# List every content page in the project #} {# List every content page in the project #}