From f1d2e7a12038c337cee8f643dcdbce34f839ba4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=ADle=20Ekaterin=20Liszka?= Date: Thu, 15 Dec 2022 08:37:01 -0800 Subject: [PATCH] config: add translations to menu --- config.toml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 +