diff options
author | mms <git@sapka.me> | 2024-11-24 22:30:39 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-24 22:31:00 +0100 |
commit | c7f5572beb42c073ee6550816cd9e1f31cfa7092 (patch) | |
tree | c3aa312d0c65713d49da4436e22be071612a89ec /config | |
parent | 95e0330c60e67128950f0b8e135488217a54923b (diff) |
feat: bookmarks
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/menus.en.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index eaf2344..af4b561 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -217,6 +217,10 @@ name = "Links" pageRef = "/more/Links" +[[sections-extra]] + name = "Bookmarks" + pageRef = "/more/bookmarks" + # [[sections]] # name = "Links" # pageRef = "/index.xml" |