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"}, {