X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/2d0f48c7f8ed5c1ef5ee0e8a4c52b309a1a5e648..82832c1244f2d536c754efb98fbdb02b1844f4c7:/layouts/404.html diff --git a/layouts/404.html b/layouts/404.html index 822572d..a919514 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,12 +1,4 @@ -{{ partial "head.html" . }} - - -{{ partial "sidebar.html" . }} - -
-

404: Page not found

-

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

-
- - - +{{ define "main" -}} +

404: Page not found

+

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

+{{- end }} \ No newline at end of file