add bookmarks to main menu bar
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2021-12-24 16:23:26 +00:00
parent 5ab2ba0b89
commit 719a5afca6
1 changed files with 6 additions and 1 deletions

View File

@ -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"