1
Fork 0
theorangeone.net-legacy/layouts/partials/navbar/pages.html

7 lines
183 B
HTML

{{ range where .Site.Pages.ByTitle "Kind" "page" }}
{{ if eq .Section "" }}
<li class="top-level">
{{ partial "navbar/link-item.html" . }}
</li>
{{ end }}
{{ end }}