Skip to content

Commit c394dd7

Browse files
authored
Merge pull request #41 from opendevise/navbar-no-emphasis
take emphasis out of navbar until it can be tied to the current page
2 parents 82b3cec + ac33a46 commit c394dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<nav id="topbar-menu" class="navbar navbar-new-bottom">
1616
<div class="navbar-collapse collapse" id="navbar2">
1717
<ul class="navbar-nav w-100 justify-content-start">
18-
<li class="nav-item active">
18+
<li class="nav-item">
1919
<a class="nav-link" href="{{relativize (resolvePageURL 'home::server.adoc')}}">
2020
Server
2121
</a>

0 commit comments

Comments
 (0)