From 825123b3d7f37a0056fc229a639ce76662cb79ef Mon Sep 17 00:00:00 2001 From: Micressor <micressor@secure.mailbox.org> Date: Mon, 4 Mar 2019 20:17:06 +0100 Subject: [PATCH] Push footer to the bottom * div footer_container should be outside of div wrapper --- themes/briar/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/briar/layouts/_default/baseof.html b/themes/briar/layouts/_default/baseof.html index f200c65..ff58098 100644 --- a/themes/briar/layouts/_default/baseof.html +++ b/themes/briar/layouts/_default/baseof.html @@ -9,7 +9,7 @@ {{- block "main" . }}{{- end }} </div> </div> - {{- partial "footer.html" . -}} </div> + {{- partial "footer.html" . -}} </body> </html> -- GitLab