Add link to quick tip in 404 page. Also a link to home.

master
Zach Leatherman 2019-01-14 07:27:24 -06:00
parent 949927850e
commit 97a845955a
1 changed files with 4 additions and 0 deletions

4
404.md
View File

@ -5,7 +5,11 @@ excludeFromSitemap: true
---
# Content not found.
Go <a href="{{ '/' | url }}">home</a>.
{% comment %}
Read more: https://www.11ty.io/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/