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