From 601bfabde12b406f56111736ee7ecd9447b893f8 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 25 Nov 2018 13:34:00 +0100 Subject: Update 404 template --- layouts/404.html | 25 +++++++++++++++++-------- layouts/docs/baseof.html | 6 +++--- 2 files changed, 20 insertions(+), 11 deletions(-) (limited to 'layouts') diff --git a/layouts/404.html b/layouts/404.html index 06ca617..f0b35fb 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,10 +1,19 @@ + +{{- partial "docs/shared" -}} + -{{ define "main"}} -
-
-

Go Home

-
-
-{{ end }} + + {{ partial "docs/html-head" . }} + {{ partial "docs/inject/head" . }} + -{{ define "toc" }} {{ end }} \ No newline at end of file + +
+

404 Not Found

+
+ + {{ partial "docs/inject/body" . }} + {{ template "_internal/google_analytics_async.html" . }} + + + diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 805e060..9623041 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -32,10 +32,10 @@ {{ template "toc" . }} - - {{ partial "docs/inject/body" . }} - {{ template "_internal/google_analytics_async.html" . }} + + {{ partial "docs/inject/body" . }} + {{ template "_internal/google_analytics_async.html" . }} -- cgit v1.2.3