From 230fdd21cef243704d80221337cf81d1fee1b847 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 15 Dec 2023 15:07:07 -0600 Subject: [PATCH] removed unnecessary ability to hide navbar --- www/templates/pages/normal_page.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/templates/pages/normal_page.html b/www/templates/pages/normal_page.html index d2058b6..cde107c 100644 --- a/www/templates/pages/normal_page.html +++ b/www/templates/pages/normal_page.html @@ -1,10 +1,7 @@ {{ block "content" }}
-{{ if navbar_hidden == true }} -{{ else }} {% partial "partials/navbar" %} -{{ endif }}
{% block "page_content" %}
-- 2.25.1