Clean up navbar, remove Other Sites page, and add Links page

This commit is contained in:
2021-03-26 19:16:57 -05:00
parent 3a8b1c6a8d
commit 6878e125e1
3 changed files with 48 additions and 13 deletions

View File

@ -69,15 +69,15 @@ enableGitInfo = true
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "other-sites"
name = "Other Sites"
url = "/other-sites"
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 10
[[languages.en.menu.main]]
identifier = "main-website"
name = "Main Website"
url = "https://bbaovanc.com/"
identifier = "links"
name = "Links"
url = "/links"
weight = 20
[[languages.en.menu.main]]
@ -85,3 +85,9 @@ enableGitInfo = true
name = "RSS Feed"
url = "/posts/index.xml"
weight = 30
[[languages.en.menu.main]]
identifier = "main-website"
name = "Main Website"
url = "https://bbaovanc.com/"
weight = 40