Tweak menu item weight

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-05-30 04:08:47 +05:30
parent c1e064f9fd
commit ade8800251
1 changed files with 2 additions and 2 deletions

View File

@ -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]]