Skip to content

Commit 3835606

Browse files
committed
fix nav title link
1 parent 21af21d commit 3835606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/build/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<span class="icon-bar"></span>
1010
<span class="icon-bar"></span>
1111
</button>
12-
<a class="navbar-brand page-scroll" href="#home">{{ site.title }}</a>
12+
<a class="navbar-brand page-scroll" href="/">{{ site.title }}</a>
1313
</div>
1414
<!-- Collect the nav links, forms, and other content for toggling -->
1515
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">

_includes/docs/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<span class="icon-bar"></span>
1010
<span class="icon-bar"></span>
1111
</button>
12-
<a class="navbar-brand page-scroll" href="#home">{{ site.title }}</a>
12+
<a class="navbar-brand page-scroll" href="/">{{ site.title }}</a>
1313
</div>
1414
<!-- Collect the nav links, forms, and other content for toggling -->
1515
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">

0 commit comments

Comments
 (0)