From 5b9efdbc1f5aacb73c329bd3c08bd6990d310356 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 2 Jun 2015 19:31:52 +0200 Subject: 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 (limited to 'layouts') 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.

+
+ + + -- cgit v1.2.1-24-ge1ad From 11adcd3d1496c75d8eff40830cc3942d0d4c926d Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Mon, 13 Jul 2015 23:41:37 +0200 Subject: Added .BaseURL to link in 404 page --- layouts/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/404.html b/layouts/404.html index 176cdb8..822572d 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -5,7 +5,7 @@

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.

+

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

-- cgit v1.2.1-24-ge1ad