Use new html base plugin!

Removes all the url filters
This commit is contained in:
Zach Leatherman
2022-08-19 11:05:22 -05:00
parent f57760d4d6
commit 9acd192d0d
14 changed files with 44 additions and 32 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="{{ '/blog/' | url }}">the archive</a>.</p>
<p>More posts can be found in <a href="/blog/">the archive</a>.</p>
{# List all of the pages in the project
<ul>