Skip to content

Commit

Permalink
Fix issue with navbar on mobile (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton authored Nov 16, 2019
1 parent 5d57138 commit 548b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<div id="navbarNavDropdown" class="navbar-collapse collapse">
<div id="navbarSupportedContent" class="navbar-collapse collapse">
<ul class="navbar-nav mr-auto">
{{ $currentPage := . }}
{{ range sort .Site.Menus.main "Identifier"}}
Expand Down

0 comments on commit 548b24b

Please sign in to comment.