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 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'layouts/404.html') 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" . }} + + + -- cgit v1.2.3