From ac640c4185071a34b6825b69def3a2d6b1278515 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 18 Feb 2024 11:09:11 +0100 Subject: [PATCH] [fix] re-added navigation script --- tpl/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tpl/base.html b/tpl/base.html index e63aa76..816e443 100644 --- a/tpl/base.html +++ b/tpl/base.html @@ -48,6 +48,7 @@ grid-template-rows: repeat(2, 1fr); } + {% include 'blocks/navbar.html' %}