From e5df7c3cd628be82df97796966fcc919ae3058ff Mon Sep 17 00:00:00 2001 From: Raphael Maenle Date: Mon, 17 Aug 2020 14:32:05 +0200 Subject: [PATCH] adds empty main div to correct footer position --- server/template/sidebar.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/template/sidebar.html b/server/template/sidebar.html index 1850a1a..ea6a675 100644 --- a/server/template/sidebar.html +++ b/server/template/sidebar.html @@ -39,6 +39,8 @@ // content here {% endblock %} + +
{% include "footer.html" %}