mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-09 03:54:08 +00:00
Title case for "Events Archive" "Upcoming Events" & "Latest News"
This commit is contained in:
@ -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/'},
|
||||
],
|
||||
|
Reference in New Issue
Block a user