Title case for "Events Archive" "Upcoming Events" & "Latest News"

This commit is contained in:
Jonathan S. Katz
2018-10-16 10:39:34 -04:00
parent 0938dba4b8
commit 8eac1e950b
3 changed files with 5 additions and 5 deletions

View File

@ -15,8 +15,8 @@ sitenav = {
{'title': 'Sponsors', 'link':'/about/sponsors/', 'submenu': [
{'title': 'Servers', 'link': '/about/servers/'},
]},
{'title': 'Latest news', 'link':'/about/newsarchive/'},
{'title': 'Upcoming events', 'link':'/about/events/'},
{'title': 'Latest News', 'link':'/about/newsarchive/'},
{'title': 'Upcoming Events', 'link':'/about/events/'},
{'title': 'Press', 'link':'/about/press/'},
{'title': 'Licence', 'link':'/about/licence/'},
],