Skip to content

Commit

Permalink
Improve semantics of navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanbrown authored Apr 29, 2021
1 parent 7e101d4 commit 846d7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ <h1 id="title">
</p>

<hr/>
<div id="navigation">
<nav id="navigation">
<a href="/">Home</a>
/
{% for page in site.pages %}
<a href="{{ page.url }}">{{page.title}}</a>
/
{% endfor %}
<a href="/feed.xml">RSS</a>
</div>
</nav>
<hr/>
</header>
</header>

0 comments on commit 846d7d9

Please sign in to comment.