add bookmarks to main menu bar
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5ab2ba0b89
commit
719a5afca6
|
@ -24,7 +24,7 @@ unsafe= true
|
||||||
|
|
||||||
avatar = "/images/avatar.png"
|
avatar = "/images/avatar.png"
|
||||||
|
|
||||||
mainSections = ["post","note","reply","like","repost"]
|
mainSections = ["post","note","reply","like","repost","bookmark"]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Home"
|
name = "Home"
|
||||||
|
@ -41,6 +41,11 @@ name = "Notes"
|
||||||
url = "/notes"
|
url = "/notes"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Bookmarks"
|
||||||
|
url = "/bookmarks"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About Me"
|
name = "About Me"
|
||||||
|
|
Loading…
Reference in New Issue