From cac0184060e064edb6f0df1990484b35dd004c55 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 12 Apr 2019 23:06:40 +0200 Subject: Move footer to main body --- layouts/docs/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/docs/baseof.html') diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 2741c60..dc654b7 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