Set URL properly for navbar title link (brand).

This commit is contained in:
Stanislav Nikitin 2020-05-17 22:27:40 +05:00
parent 6184d7b6d6
commit 15212fdfdf
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func (n *NavBar) initialize(opts *NavBarOptions) {
navMainLink := elements.NewA(&elements.AOptions{
Class: "navbar-item",
Href: "//",
Href: "/",
Text: n.options.Title,
})