From 5b9efdbc1f5aacb73c329bd3c08bd6990d310356 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 2 Jun 2015 19:31:52 +0200 Subject: [PATCH] Added a 404 page This addition implements the design of the original 404 page. --- layouts/404.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/404.html diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..176cdb8 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,12 @@ +{{ 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.

+
+ + + -- 2.43.0