From: Brendan Hansen Date: Fri, 15 Dec 2023 21:07:07 +0000 (-0600) Subject: removed unnecessary ability to hide navbar X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=230fdd21cef243704d80221337cf81d1fee1b847;p=onyxlang.io.git removed unnecessary ability to hide navbar --- 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" %}