Skip to content

Commit

Permalink
Update menu.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 19, 2019
1 parent e2cc8a7 commit 73b6041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
'/about': 'About',
'/services': 'Services',
'/contact': 'Contact',
} | toList | assignTo: links }}
} | toList | to => links }}

<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
{{#each links}}
<li {{ {active: matchesPathInfo(Key)} | htmlClass }}>
<li {{ {active: Key.matchesPathInfo()} | htmlClass }}>
<a class="nav-link" href="{{Key}}">{{Value}}</a>
</li>
{{/each}}
Expand Down

0 comments on commit 73b6041

Please sign in to comment.