From 971ff67b26d87efda1e55aebc337b0ccdac8d455 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Mon, 30 Aug 2021 18:53:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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