diff --git a/config.toml b/config.toml index 5e46831..218e065 100644 --- a/config.toml +++ b/config.toml @@ -19,26 +19,33 @@ name = 'About' url = '/about' weight = 2 +[[menu.main]] +identifier = 'translations' +name = 'Translations' +url = '/translations' +weight = 3 + [[menu.main]] identifier = 'recipes' name = 'Recipes' url = '/recipe' -weight = 3 +weight = 4 [[menu.main]] identifier = 'commissions' name = 'Commissions' url = 'commissions' -weight = 4 +weight = 5 [[menu.main]] identifier = 'system' name = 'System Reference' url = 'system' -weight = 5 +weight = 6 [[menu.main]] identifier = 'links' name = 'Links' url = 'links' -weight = 6 +weight = 7 +