From 7986015009024b482b71e561b7ff53beb17cc59a Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Thu, 12 Nov 2020 17:12:22 -0500 Subject: Added The Internets Own Boy to others tab --- config.toml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 01da90a..a7b7331 100644 --- a/config.toml +++ b/config.toml @@ -28,19 +28,24 @@ url = "/" weight = 1 [[menu.main]] -name = "All posts" -url = "/posts" +name = "About" +url = "/about" weight = 2 [[menu.main]] -name = "About" -url = "/about" +name = "All posts" +url = "/posts" weight = 3 +[[menu.main]] +name = "Other" +url = "/other" +weight = 4 + [[menu.main]] name = "Tags" url = "/tags" -weight = 4 +weight = 5 [[params.social]] name = "Gitea" -- cgit