Skip to content

Commit c4ca51a

Browse files
committed
Brand link back to baseurl
1 parent 61eac02 commit c4ca51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav class="navbar navbar-expand-lg navbar-light bg-light">
22
<div class="container-fluid">
3-
<a class="navbar-brand" href="/"><!--<img src="{{.Site.BaseURL}}favicon.ico">-->{{ .Site.Title }}</a>
3+
<a class="navbar-brand" href="{{.Site.BaseURL}}"><!--<img src="{{.Site.BaseURL}}favicon.ico">-->{{ .Site.Title }}</a>
44
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
55
<span class="navbar-toggler-icon"></span>
66
</button>

0 commit comments

Comments
 (0)