Skip to content

Commit b8604b5

Browse files
committed
Rename 'Blog' to 'News' in navigation
1 parent c29e66a commit b8604b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
navigation = [
99
{"text": "Home", "url": "/index.html", "fa": "fa fa-home fa-fw"},
10-
{"text": "Blog", "url": "/blog/blog1.html", "fa": "fa fa-newspaper fa-fw"},
10+
{"text": "News", "url": "/blog/blog1.html", "fa": "fa fa-newspaper fa-fw"},
1111
{"text": "About Us", "url": "/about.html", "fa": "fa fa-info-circle fa-fw"},
1212
{"text": "BPD Events", "url": "/bpd-events", "fa": "fa fa-calendar fa-fw"},
1313
{

0 commit comments

Comments
 (0)