From 2ffbba95df84313543a359dbb4a7dc6100d114aa Mon Sep 17 00:00:00 2001 From: Vicky Date: Sat, 22 Apr 2017 08:59:02 +0800 Subject: [PATCH] Fixed 404 page. --- layouts/404.html | 46 ++++++++++++++-------------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index b4ed8a5..145f1d5 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,40 +1,22 @@ - {{ partial "header.html" . }} +{{ partial "header.html" . }} -
+
-
-
-

404

-
-
- -
-
- -
+
+

404

+
+ + +
+ +
+ {{ partial "nav-single.html" . }}
-
- Oops! Either you've found a bug (in which case, please tell me) or you're just making things up. This page doesn't exist! +
+ Oops! Either you've found a bug (in which case, please tell me) or you're just making things up. This page doesn't exist!
- - +

{{ partial "footer.html" . }}
\ No newline at end of file