git

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

commit d6a823a15e69f5ea4f173eeac6ac4ff5bf0354be
parent 84f67135564ab4477328a1f87b2ffbcd07e852c4
Author: Luís Ferreira <[email protected]>
Date:   Wed, 19 Jan 2022 00:53:21 +0000

feat: add link to source code

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

Diffstat:
Mconfig.toml | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml @@ -25,19 +25,24 @@ enableGitInfo = true identifier = "projects" name = "Projects" url = "/projects" - weight = -3 + weight = -4 [[languages.en.menu.main]] identifier = "tasks" name = "Tasks" url = "https://tasks.lsferreira.net" - weight = -2 + weight = -3 [[languages.en.menu.main]] identifier = "about" name = "About" url = "/about" - weight = -1 + weight = -2 [[languages.en.menu.main]] identifier = "static-content" name = "Index" url = "/public" + weight = -1 + [[languages.en.menu.main]] + identifier = "git" + name = "Source" + url = "/git" weight = 0