add navbar
This commit is contained in:
parent
fa5684c793
commit
652beb64bc
13
config.toml
13
config.toml
@ -2,3 +2,16 @@ baseURL = 'http://www.gitgals.com/'
|
||||
languageCode = 'en-us'
|
||||
title = 'OV Public Demo Site'
|
||||
theme = "hugo-theme-monochrome"
|
||||
|
||||
[params]
|
||||
footer = "Copyright © 2024 by Me" # default: None
|
||||
|
||||
[[menu.navbar]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
|
||||
[[menu.navbar]]
|
||||
identifier = "intranett"
|
||||
name = "Intranett"
|
||||
url = "https://intranett.gitgals.com"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user