Link to input file.
This commit is contained in:
@@ -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 #}
|
||||||
|
|||||||
Reference in New Issue
Block a user