From fc2177403701570a0f46b304b47ff89dfacb2f12 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Sun, 18 Jan 2026 19:37:47 -0500 Subject: [PATCH 1/2] Remove 'Home' link from navigation --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 1fbc05d..f48361a 100644 --- a/app.py +++ b/app.py @@ -6,7 +6,6 @@ from render_engine_markdown import MarkdownPageParser navigation = [ - {"text": "Home", "url": "/index.html", "fa": "fa fa-home fa-fw"}, {"text": "Blog", "url": "/blog/blog1.html", "fa": "fa fa-newspaper fa-fw"}, {"text": "About Us", "url": "/about.html", "fa": "fa fa-info-circle fa-fw"}, {"text": "BPD Events", "url": "/bpd-events", "fa": "fa fa-calendar fa-fw"}, From 722a2ba5a6cb22e6689200222b840b54fbb656ac Mon Sep 17 00:00:00 2001 From: Osahenru <93861430+TimOsahenru@users.noreply.github.com> Date: Sat, 7 Feb 2026 13:25:50 +0000 Subject: [PATCH 2/2] remove home link and fixed merge conflict --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index a3d594e..18da24b 100644 --- a/app.py +++ b/app.py @@ -6,7 +6,6 @@ from render_engine_markdown import MarkdownPageParser navigation = [ - {"text": "Home", "url": "/index.html", "fa": "fa fa-home fa-fw"}, {"text": "News", "url": "/blog/blog1.html", "fa": "fa fa-newspaper fa-fw"}, {"text": "About Us", "url": "/about.html", "fa": "fa fa-info-circle fa-fw"}, {"text": "Events", "fa": "fa fa-calendar fa-fw", "url": "/events.html"},