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 | 30022cd7a9f0aaa312dcbbbe303393ed03a4a9ca (patch) | |
tree | ec5b17f304ec6e3567968beb18e047e16d5c6d33 | |
parent | blog: leaving twitter (diff) | |
download | fcuny.net-30022cd7a9f0aaa312dcbbbe303393ed03a4a9ca.tar.gz |
nav: drop one item from the menu
-rw-r--r-- | config.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config.toml b/config.toml index 7162180..1fe49bc 100644 --- a/config.toml +++ b/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" |