diff options
author | mms <git@sapka.me> | 2024-11-13 00:38:58 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-13 00:38:58 +0100 |
commit | ec5f701441691b9942354541828ff58cd7c92346 (patch) | |
tree | 60b5b13f58437366bcc3ad3e6180d39b27d5ac44 /config | |
parent | e4514d99e219772f97bfe669b3480aeecc8bb740 (diff) |
feat: chotto
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/menus.en.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 365c709..08cd577 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -142,6 +142,18 @@ +[[sections]] + name = "Projects" + pageRef = "/projects/chotto" + weight = 1300 + [[sections.params]] + section="projects" + submenu = "sections-projects" + +[[sections-projects]] + name = "Chotto" + weight = 100 + pageRef = "/projects/chotto" [[sections]] name = "Mirrors" |