Set URL properly for navbar title link (brand).
This commit is contained in:
parent
6184d7b6d6
commit
15212fdfdf
@ -79,7 +79,7 @@ func (n *NavBar) initialize(opts *NavBarOptions) {
|
||||
|
||||
navMainLink := elements.NewA(&elements.AOptions{
|
||||
Class: "navbar-item",
|
||||
Href: "//",
|
||||
Href: "/",
|
||||
Text: n.options.Title,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user