From eee6d0e7a8d0f8b9f9d3f5a678962e07c91f6a16 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 19 Oct 2022 07:32:34 -0700 Subject: [PATCH] Add a weight to the photos menu item --- config.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 1571c67..9bd4378 100644 --- a/config.toml +++ b/config.toml @@ -30,14 +30,15 @@ name = 'Eryn Wells' name = 'Blog' url = '/blog/' weight = 10 - [[menu.main]] - identifier = 'about' - name = 'About' - url = '/about/' [[menu.main]] identifier = 'photos' name = 'Photos' url = '/photos/' + weight = 20 + [[menu.main]] + identifier = 'about' + name = 'About' + url = '/about/' [outputFormats] [outputFormats.RSS]