Changed 404 text.

master
Keith Irwin 2021-06-17 20:29:20 -06:00
parent 60d6e78343
commit 5b5bea1284
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 11 deletions

View File

@ -3,15 +3,6 @@ layout: base.njk
permalink: 404.html
eleventyExcludeFromCollections: true
---
# Content not found.
# Not found
Go <a href="{{ '/' | url }}">home</a>.
{#
Read more: https://www.11ty.dev/docs/quicktips/not-found/
This will work for both GitHub pages and Netlify:
* https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/
* https://www.netlify.com/docs/redirects/#custom-404
#}
You're lost. Go <a href="{{ '/' | url }}">home</a>.