commit 33c1bbf4978b436b41d86466c8cacfde24a0f484
parent 26ffc7767971f76e4a2be632fa39a9685bddf653
Author: Luís Ferreira <contact@lsferreira.net>
Date: Mon, 9 Aug 2021 21:21:33 +0100
config: add public index to the menu
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml
@@ -21,3 +21,9 @@ languageCode = "en-us"
name = "About"
url = "/about"
weight = -1
+ [[languages.en.menu.main]]
+ identifier = "static-content"
+ name = "Index"
+ url = "/public"
+ weight = 0
+