diff --git a/layouts/404.html b/layouts/404.html deleted file mode 100644 index e748d8c..0000000 --- a/layouts/404.html +++ /dev/null @@ -1,45 +0,0 @@ -{{/* This file is in place as an override to Docsy */}} - -{{ define "title" -}} -404 Page not found – {{ site.Title -}} -{{ end }} - -{{ define "main" -}} -{{ $newIssuePath := "issues/new?title=Unexpected%20page-not-found%20error&body=URL%3A%20%0AExpected%20page%3A%20" -}} -{{ $newIssueUrl := printf "%s/%s" site.Params.repo $newIssuePath -}} - - - - - - Page not found - - - 404 - - - - - - - - - - The page that you requested doesn't exist. - - - Check the URL's spelling. - - - If you think that the page should exist, - create an issue. - - - - Homepage - - - - - -{{ end }} diff --git a/themes/docsy b/themes/docsy index f7fec42..0071e1a 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit f7fec423e5f91275d5ad2aa4bb34086e2fd94d51 +Subproject commit 0071e1ac112641e09776ec870ac5d10c975b5a7f
- The page that you requested doesn't exist. -
- Check the URL's spelling. -
- If you think that the page should exist, - create an issue. -
- - Homepage - -