nav in header instead of ul
This commit is contained in:
parent
7a2a276afa
commit
fd97c6c18d
|
@ -6,14 +6,12 @@
|
|||
{{ with $.Site.Params.Description }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
<ul class="links">
|
||||
<nav>
|
||||
{{ range $.Site.Sections }}
|
||||
<li class="link">
|
||||
<a href="{{ .Permalink }}" class="{{ if eq $currentPage.Section .Section }}exposed{{ end }}">
|
||||
{{ .Title | markdownify }} >
|
||||
</a>
|
||||
</li>
|
||||
<a href="{{ .Permalink }}" class="{{ if eq $currentPage.Section .Section }}exposed{{ end }}">
|
||||
{{ .Title | markdownify }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Reference in New Issue