changed menu order

This commit is contained in:
2025-10-14 21:44:27 -05:00
parent 7671eca539
commit 0b1651b6c3

View File

@@ -23,8 +23,8 @@ main_menu = [
{ name = "resume", url = "resume", trailing_slash = true },
{ name = "meditations", url = "meditations", trailing_slash = true },
{ name = "git", url = "https://git.rbitton.com/rbitton", new_tab = true },
{ name = "photos", url = "https://photos.rbitton.com/share/ujS7skFBGW0xG22K2SCE6JsIppM-8tAlb_wyl39J0KDs7rTYY38AQ8z44tLOktCQErA", new_tab = true },
{ name = "flights", url = "https://flights.rbitton.com/share/public", new_tab = true },
{ name = "photos", url = "https://photos.rbitton.com/share/ujS7skFBGW0xG22K2SCE6JsIppM-8tAlb_wyl39J0KDs7rTYY38AQ8z44tLOktCQErA", new_tab = true },
{ name = "contact", url = "contact", trailing_slash = true },
]