Omphaloskepsis-2/layouts/partials/header/site-nav.html

8 lines
224 B
HTML
Raw Normal View History

2022-11-11 05:48:02 +00:00
<nav class="site-header__nav">
<ul>
{{ range ( where .Site.Sections.ByTitle "Type" "in" site.Params.mainSections ) }}
<a href="{{ .RelPermalink }}"><li>{{ .Title | safeHTML }}</li></a>
{{ end }}
</ul>
</nav>