From 3efed0bf3373b9e12b6551e128dff2d2c3a6ea8d Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 2 Jan 2026 00:52:00 -0400 Subject: [PATCH] Add both Forum and Community links to navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/smarttools/web/templates/components/header.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/smarttools/web/templates/components/header.html b/src/smarttools/web/templates/components/header.html index bc2a5a3..5577429 100644 --- a/src/smarttools/web/templates/components/header.html +++ b/src/smarttools/web/templates/components/header.html @@ -26,6 +26,10 @@ class="px-3 py-2 rounded-md text-sm font-medium hover:bg-slate-700 transition-colors {% if request.path.startswith('/forum') %}bg-slate-700{% endif %}"> Forum + + Community + About @@ -119,6 +123,10 @@ class="block px-3 py-2 rounded-md text-base font-medium hover:bg-slate-700 {% if request.path.startswith('/forum') %}bg-slate-700{% endif %}"> Forum + + Community + About