replace meet with comms tab

This commit is contained in:
Fabian Montero 2024-08-07 18:28:43 -06:00
parent 665d960f32
commit 43b74d99e2
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 12 additions and 4 deletions

View file

@ -22,7 +22,7 @@ menu_items = [
{name = "about", url = "$BASE_URL/about"},
{name = "blog", url = "$BASE_URL/blog"},
{name = "wiki", url = "https://wiki.posixlycorrect.com", newtab = true},
{name = "meet", url = "$BASE_URL/meet"},
{name = "comms", url = "$BASE_URL/comms"},
{name = "lib", url = "$BASE_URL/lib"},
{name = "analog photography", url = "$BASE_URL/analog-photography"},
{name = "analog photo", url = "$BASE_URL/analog-photography"},
]