diff --git a/brainsteam/config.toml b/brainsteam/config.toml index 5dcaa58..6183c65 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -24,7 +24,7 @@ unsafe= true avatar = "/images/avatar.png" - mainSections = ["post","note","reply","like","repost"] + mainSections = ["post","note","reply","like","repost","bookmark"] [[menu.main]] name = "Home" @@ -41,6 +41,11 @@ name = "Notes" url = "/notes" weight = 3 +[[menu.main]] +name = "Bookmarks" +url = "/bookmarks" +weight = 3 + [[menu.main]] name = "About Me"