Add email link to menu bar

This commit is contained in:
BBaoVanC 2021-04-12 22:22:03 -05:00
parent ae59d03f81
commit 6ca71e0ff7
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 9 additions and 3 deletions

View File

@ -16,7 +16,7 @@ enableGitInfo = true
themeColor = "blue"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 5
showMenuItems = 6
# show selector to switch language
showLanguageSelector = false
@ -86,14 +86,20 @@ enableGitInfo = true
url = "/posts/index.xml"
weight = 30
[[languages.en.menu.main]]
identifier = "email-me"
name = "Email Me"
url = "mailto:contact@bbaovanc.com"
weight = 40
[[languages.en.menu.main]]
identifier = "main-website"
name = "Main Website"
url = "https://bbaovanc.com/"
weight = 40
weight = 50
[[languages.en.menu.main]]
identifier = "source-code"
name = "Source Code"
url = "https://git.bbaovanc.com/bbaovanc.com/blog"
weight = 50
weight = 60