Skip to content

Commit 071e439

Browse files
authored
Merge pull request #829 from BlackPythonDevs/fix/824-rename-blog-to-news
Rename 'Blog' to 'News'
2 parents 99844e7 + b8604b5 commit 071e439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": "Events", "fa": "fa fa-calendar fa-fw", "url": "/events.html"},
1313
{"text": "Community", "url": "/community.html", "fa": "fa fa-users fa-fw"},

0 commit comments

Comments
 (0)