diff --git a/config.toml b/config.toml index b5a0b89..0dbd890 100644 --- a/config.toml +++ b/config.toml @@ -23,7 +23,7 @@ themeColor = "#494f5c" dateformShort = 'Jan 2' dateformNum = '2006-01-02' dateformNumTime = '2006-01-02 15:04 -0700' - homeSubtitle = "Welcome Friend. 🐸" + homeSubtitle = "Welcome Friend 🐸" [author] name = 'L. B. Leene' @@ -45,11 +45,19 @@ themeColor = "#494f5c" url = "https://git.leene.dev/lieuwe" [menu] + [[menu.main]] + name = "About" + url = "about/" + weight = 16 [[menu.main]] name = "Posts" url = "posts/" weight = 16 [[menu.main]] - name = "About" - url = "about/" + name = "Projects" + url = "projects/" + weight = 16 + [[menu.main]] + name = "Links" + url = "links/" weight = 16