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

@@ -5,7 +5,7 @@ eleventyExcludeFromCollections: true
---
# Content not found.
Go <a href="{{ '/' | url }}">home</a>.
Go <a href="/">home</a>.
{#
Read more: https://www.11ty.dev/docs/quicktips/not-found/