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