Use nav element for top navigation.

This commit is contained in:
tastytea 2019-11-26 22:54:07 +01:00
parent bdbf3218b2
commit 8e5def9bc8
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<span class="description">{{ . }}</span> <span class="description">{{ . }}</span>
{{- end }} {{- end }}
</div> </div>
<div class="nav nav-top"> <nav class="nav nav-top">
<ul> <ul>
{{- $curr := . }} {{- $curr := . }}
{{- range .Site.Menus.main }} {{- range .Site.Menus.main }}
@ -14,4 +14,4 @@
</li> </li>
{{- end }} {{- end }}
</ul> </ul>
</div> </nav>