Add link to event archive to menu in /about/

This commit is contained in:
Magnus Hagander
2020-11-23 12:06:19 +01:00
parent ba0903f64c
commit 681cbf7d61

View File

@ -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/'},
],