From 3344f80539d837df10523160083d91c55b04f58f Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 1 Sep 2023 14:38:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix(footer):=20render?= =?UTF-8?q?=20footer=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #128 broke it. --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 162ae7e..b8fc4da 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,6 +28,7 @@ Nothing here?! {% endblock main_content %} + {% include "partials/footer.html" %}