From 3742e6f0f48a66a64ada190d3aa98a6fc211ee24 Mon Sep 17 00:00:00 2001 From: Jordi Bares Date: Tue, 2 Apr 2019 22:29:37 +0100 Subject: Change footer inject below the body --- layouts/docs/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/docs/baseof.html') diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index aaf5f57..2741c60 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -19,13 +19,13 @@ {{ partial "docs/mobile-header" . }} {{ template "main" . }} {{ partial "docs/git-footer" . }} - {{ partial "docs/inject/footer" . }} {{ template "toc" . }} - + {{ partial "docs/inject/body" . }} + {{ partial "docs/inject/footer" . }} {{ template "_internal/google_analytics_async.html" . }} -- cgit v1.2.3