From 719a5afca63ad5a812992914346a4e8fe2f270be Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Fri, 24 Dec 2021 16:23:26 +0000 Subject: [PATCH] add bookmarks to main menu bar --- brainsteam/config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"