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/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.

+
+ + + -- cgit 1.4.1 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/404.html') 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 1.4.1 From 1d6e11a3748f2cc0477b3db1d13dd49e78e3099e Mon Sep 17 00:00:00 2001 From: Tony Bai Date: Tue, 22 Sep 2015 17:28:15 +0800 Subject: make 404 page use Site.Params.themeColor --- layouts/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index 822572d..8fa1a59 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,5 +1,5 @@ {{ partial "head.html" . }} - + {{ partial "sidebar.html" . }} -- cgit 1.4.1