This commit is contained in:
Zach Leatherman
2022-07-15 12:18:36 -05:00
parent 39308555c9
commit 294f4c53c1
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ eleventyNavigation:
{% set postslistCounter = collections.posts | length %}
{% include "postslist.njk" %}
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>
<p>More posts can be found in <a href="{{ '/blog/' | url }}">the archive</a>.</p>
{# List all of the pages in the project
<ul>