From 8b33ca444712a98a50dfd961ae43645c2a4b29dd Mon Sep 17 00:00:00 2001 From: nano Date: Mon, 4 May 2026 19:02:03 +0000 Subject: [PATCH] Improve BrainOrdure editorial UI --- app/views/shared/header.asp | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/app/views/shared/header.asp b/app/views/shared/header.asp index 15c1b9e..52f94ab 100644 --- a/app/views/shared/header.asp +++ b/app/views/shared/header.asp @@ -34,6 +34,8 @@ ElseIf Left(hdr_path, 6) = "/posts" Then ElseIf Left(hdr_path, 11) = "/categories" Then hdr_navCats = "nav-link active" End If +Dim hdr_isHome +hdr_isHome = (hdr_path = "/" Or hdr_path = "" Or Left(hdr_path, 5) = "/home") %> @@ -42,25 +44,26 @@ End If - + - + -
-