commit 963c6e5564f7fd72b0ed9236ecd4d2e60cd5c785
parent 2512495835b4f417d35fca1697ad520a329c420a
Author: Luís Ferreira <contact@lsferreira.net>
Date: Mon, 9 Aug 2021 21:16:35 +0100
config: remove usefullness and add projects
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.toml b/config.toml
@@ -11,9 +11,9 @@ languageCode = "en-us"
url = "/"
weight = -100
[[languages.en.menu.main]]
- identifier = "usefulness"
- name = "Usefulness"
- url = "/usefulness"
+ identifier = "projects"
+ name = "Projects"
+ url = "/projects"
weight = -2
[[languages.en.menu.main]]
identifier = "about"