From 97a845955a4fe53e9b489f788e9508bc95400d79 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 14 Jan 2019 07:27:24 -0600 Subject: [PATCH] Add link to quick tip in 404 page. Also a link to home. --- 404.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/404.md b/404.md index c3d1080..f45f7c1 100644 --- a/404.md +++ b/404.md @@ -5,7 +5,11 @@ excludeFromSitemap: true --- # Content not found. +Go home. + {% 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/