diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 3b832ac..45a7f71 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -18,21 +18,26 @@ weight = 3 [[main]] name = "Company directory" -url = "blog/" weight = 4 hasChildren = true +[[main]] +parent = "Company directory" +name = "List all companies" +url = "blog/" +weight = 1 + [[main]] parent = "Company directory" name = "Products listing" url = "products/" -weight = 1 +weight = 2 [[main]] parent = "Company directory" name = "Services listing" url = "services/" -weight = 2 +weight = 3 # footer menu [[footer]]