mirror of
https://github.com/gesquive/slate.git
synced 2024-12-12 17:00:36 +01:00
9 lines
278 B
HTML
9 lines
278 B
HTML
<div class="nav-panel">
|
|
<nav>
|
|
<ul>
|
|
<li class="tag"><a data-tooltip="all" href="#"><i class="icon fa fa-th" aria-hidden="true"></i></a></li>
|
|
{{ range .Site.Params.nav }} {{ partial "nav_item.html" . }}{{- end }}
|
|
</ul>
|
|
</nav>
|
|
</div>
|