From 0b1651b6c300fc73a4749659402def3d01330038 Mon Sep 17 00:00:00 2001 From: Raphael Bitton Date: Tue, 14 Oct 2025 21:44:27 -0500 Subject: [PATCH] changed menu order --- src/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.toml b/src/config.toml index 6cb0b4b..21d7ae8 100644 --- a/src/config.toml +++ b/src/config.toml @@ -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 }, ]