Skip to content

Commit

Permalink
Merge pull request #18 from jayfo/nav2
Browse files Browse the repository at this point in the history
Fix Nav Again
  • Loading branch information
jayfo committed Sep 30, 2015
2 parents b908c07 + 9f40c1f commit 21d8fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/base/navheader.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<div>
<ul class="nav navbar-nav navbar-right">
{% for item_nav in site.navbar.items %}
{% if page.url == item_nav.link %}
{% capture item_nav_computed_url %}/{{ item_nav.link }}{% endcapture %}
{% if page.url == item_nav_computed_url %}
<li class="active">
{% else %}
<li>
Expand Down

0 comments on commit 21d8fb3

Please sign in to comment.