mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Add link to event archive to menu in /about/
This commit is contained in:
@ -14,7 +14,9 @@ sitenav = {
|
||||
{'title': 'Servers', 'link': '/about/servers/'},
|
||||
]},
|
||||
{'title': 'Latest News', 'link': '/about/newsarchive/'},
|
||||
{'title': 'Upcoming Events', 'link': '/about/events/'},
|
||||
{'title': 'Upcoming Events', 'link': '/about/events/', 'submenu': [
|
||||
{'title': 'Past events', 'link': '/about/eventarchive/'},
|
||||
]},
|
||||
{'title': 'Press', 'link': '/about/press/'},
|
||||
{'title': 'Licence', 'link': '/about/licence/'},
|
||||
],
|
||||
|
Reference in New Issue
Block a user