Add link to blog source code

This commit is contained in:
BBaoVanC 2021-03-26 19:31:30 -05:00
parent aa1c520d55
commit fef9c0895e
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@ enableGitInfo = true
themeColor = "blue"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 4
showMenuItems = 5
# show selector to switch language
showLanguageSelector = false
@ -91,3 +91,9 @@ enableGitInfo = true
name = "Main Website"
url = "https://bbaovanc.com/"
weight = 40
[[languages.en.menu.main]]
identifier = "source-code"
name = "Source Code"
url = "https://git.bbaovanc.com/bbaovanc.com/blog"
weight = 50