diff --git a/content/_index.md b/content/_index.md index 4df384e..bd97950 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,5 @@
diff --git a/hugo.toml b/hugo.toml index 9d8ca41..d8ac677 100644 --- a/hugo.toml +++ b/hugo.toml @@ -115,23 +115,18 @@ enableRobotsTXT = true url = "/projects/" weight = 2 - [[menu.main]] - identifier = "notes" - pre = "" - url = "/posts/" - weight = 3 [[menu.main]] identifier = "about" pre = "" url = "/about/" - weight = 4 + weight = 3 [[menu.main]] identifier = "github" pre = "" url = "https://github.com/ada-dmitry" - weight = 5 + weight = 4 [menu.main.params] NewPage = true