diff --git a/config/_default/menus.en-us.toml b/config/_default/menus.en-us.toml index 243a01b..910d18d 100644 --- a/config/_default/menus.en-us.toml +++ b/config/_default/menus.en-us.toml @@ -10,6 +10,11 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. +[[main]] + name = "Home" + pageRef = "/" + weight = 5 + [[main]] name = "Blog" pageRef = "posts"