From d7def135c90575c0fadb66e97b546046d57df83b Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Fri, 13 Mar 2020 17:13:36 +0000 Subject: added go home url #172 (#178) * added go home url #172 * wrapped in a div #172 * removed h2 #172 * fixed indenting #172 --- layouts/404.html | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index cd7bf3a..1068ba6 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,18 +1,21 @@ - - {{ partial "docs/html-head" . }} - {{ partial "docs/inject/head" . }} - + + {{ partial "docs/html-head" . }} + {{ partial "docs/inject/head" . }} + - -
-

404 Not Found

-
+ +
+
+

404 Not Found

+ Go Home +
+
- {{ partial "docs/inject/body" . }} - {{ template "_internal/google_analytics_async.html" . }} - + {{ partial "docs/inject/body" . }} + {{ template "_internal/google_analytics_async.html" . }} + - + \ No newline at end of file -- cgit v1.2.3