git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 33c1bbf4978b436b41d86466c8cacfde24a0f484
parent 26ffc7767971f76e4a2be632fa39a9685bddf653
Author: Luís Ferreira <[email protected]>
Date:   Mon,  9 Aug 2021 21:21:33 +0100

config: add public index to the menu

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
Mconfig.toml | 6++++++
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 +