Skip to content

Commit a53dd2f

Browse files
committed
fix: shouldn't have a bar
1 parent f064787 commit a53dd2f

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
<div role="navigation" aria-label="Main">
22
<div class="nav-left">
3-
<a href="{{- absURL "/" -}}" style="color: inherit;">{{- site.Title -}}</a>
3+
<a href="{{- absURL "" -}}" style="color: inherit;">{{- site.Title -}}</a>
44
</div>
55
<div class="nav-right">
66
<div id="nav-dropdown-menu" class="hidden" href="#">

0 commit comments

Comments
 (0)