From f6252b9292054e3b772865b6d279a1c08bbe8eca Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 20 Dec 2021 14:30:49 -0800 Subject: menu: simplify the menu --- config.toml | 7 +++++++ layouts/partials/header.html | 12 +++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index d600506..c126d16 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,13 @@ enableGitInfo = true tags = "/tags/:slug/" [menu] + [[menu.main]] + identifier = "home" + name = "home" + title = "fcuny.net" + url = "/" + weight = 130 + [[menu.main]] identifier = "articles" name = "blog" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 76e23a2..9118a50 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,13 +1,7 @@
-- cgit 1.4.1