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/posts/baseof.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/posts') diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index 47e0ed5..2f4e8f0 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -17,6 +17,7 @@
{{ partial "docs/mobile-header" . }} {{ template "main" . }} + {{ partial "docs/inject/footer" . }}
-- cgit v1.2.3