From dc3d52a7cbe4edd48c5b89833210e2dc9046cc2a Mon Sep 17 00:00:00 2001 From: Robert Clarke Date: Mon, 6 May 2019 01:00:46 +0000 Subject: [PATCH] moved footer inside main --- templates/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2999bb3..fd723d9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -78,11 +78,10 @@ {% endif %} + {{ index_macros::footer() }} {% endblock content %} - {{ index_macros::footer() }} - {% if config.build_search_index %}