Skip to content

Commit

Permalink
Fix header links
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey committed Nov 8, 2016
1 parent f1aedda commit 2dc019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>{{ site.title }}</h2>
<ul>
{% for item in site.data.nav %}
<li class="navItem{% if page.collection == item.category or page.category == item.category %} navItemActive{% endif %}">
<a href="{{ item.href | absolute_url }}">{{ item.title }}</a>
<a href="{{ item.href }}">{{ item.title }}</a>
</li>
{% endfor %}
{% if site.searchconfig %}
Expand Down

0 comments on commit 2dc019e

Please sign in to comment.