Replace <div id="header"> with <nav id="header>.
This commit is contained in:
parent
e7ac27962f
commit
491e58ecdd
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{% macro make_header(session) %}
|
||||
<div id="header">
|
||||
<nav id="header">
|
||||
<a class="header_element" href="/">Etiquette</a>
|
||||
<a class="header_element" href="/search">Search</a>
|
||||
<a class="header_element" href="/tags">Tags</a>
|
||||
|
@ -9,5 +9,5 @@
|
|||
{% else %}
|
||||
<a class="header_element" href="/login">Log in</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</nav>
|
||||
{% endmacro %}
|
||||
|
|
Loading…
Reference in a new issue