From ade8800251de37be9572802896485fab29951ed3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 30 May 2019 04:08:47 +0530 Subject: [PATCH] Tweak menu item weight Signed-off-by: Harsh Shandilya --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index e445223..eaa75be 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,7 @@ theme = "hugo-coder-portfolio" [menu] [[menu.main]] name = "contact" - weight = 0 + weight = 1 url = "/contact" [[menu.main]] name = "projects" @@ -20,7 +20,7 @@ theme = "hugo-coder-portfolio" url = "/projects" [[menu.main]] name = "downloads" - weight = 2 + weight = 0 url = "https://download.msfjarvis.website" [[params.social]]