X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/11adcd3d1496c75d8eff40830cc3942d0d4c926d..b469743f16f9084951a2ba7a875b31b30e1213c9:/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