From 601bfabde12b406f56111736ee7ecd9447b893f8 Mon Sep 17 00:00:00 2001
From: Alex Shpak <alex-shpak@users.noreply.github.com>
Date: Sun, 25 Nov 2018 13:34:00 +0100
Subject: Update 404 template

---
 layouts/docs/baseof.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'layouts/docs/baseof.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 @@
     </div>
 
     {{ template "toc" . }}
-
-    {{ partial "docs/inject/body" . }}
-    {{ template "_internal/google_analytics_async.html" . }}
   </main>
+
+  {{ partial "docs/inject/body" . }}
+  {{ template "_internal/google_analytics_async.html" . }}
 </body>
 
 </html>
-- 
cgit v1.2.3