Skip to content

Commit

Permalink
Merge pull request #182 from YNedderhoff/experimental
Browse files Browse the repository at this point in the history
Remove navigation role as it is unnecessary
  • Loading branch information
mmistakes committed Feb 21, 2016
2 parents 7142a54 + dbf44d0 commit 6d2a627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="{{ site.url }}/">{{ site.title }}</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" id="site-nav" class="nav">
<nav id="site-nav" class="nav">
<ul>
{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
Expand All @@ -16,4 +16,4 @@
</ul>
</nav>
</div><!-- /.top-navigation -->
</div><!-- /.navigation-wrapper -->
</div><!-- /.navigation-wrapper -->

0 comments on commit 6d2a627

Please sign in to comment.