diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-21 11:13:35 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-21 11:13:35 -0800 |
commit | 1dc0a3a89c5493bbd4b454413d22f8c774eec470 (patch) | |
tree | b31a3c5579296d3fea6863895432caa9e407adf6 /users/fcuny/blog | |
parent | blog: leaving twitter (diff) | |
download | world-1dc0a3a89c5493bbd4b454413d22f8c774eec470.tar.gz |
nav: drop one item from the menu
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/blog/config.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/users/fcuny/blog/config.toml b/users/fcuny/blog/config.toml index 7162180..1fe49bc 100644 --- a/users/fcuny/blog/config.toml +++ b/users/fcuny/blog/config.toml @@ -21,13 +21,6 @@ enableGitInfo = true [menu] [[menu.main]] - identifier = "home" - name = "home" - title = "fcuny.net" - url = "/" - weight = 100 - - [[menu.main]] identifier = "articles" name = "blog" title = "articles" |