From b8604b5b04c2687352783a92db9659ffbb12d23f Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Sun, 18 Jan 2026 19:36:58 -0500 Subject: [PATCH] Rename 'Blog' to 'News' in navigation --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 1fbc05d..c1b7dd5 100644 --- a/app.py +++ b/app.py @@ -7,7 +7,7 @@ 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": "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": "BPD Events", "url": "/bpd-events", "fa": "fa fa-calendar fa-fw"}, {