Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request mmistakes#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
makaroniame committed Feb 21, 2016
2 parents db237d9 + 2843598 commit 9f11d3e
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 9f11d3e

Please sign in to comment.