acoeur/themes/acoeur/layouts/partials/breadcrumb.html

8 lines
174 B
HTML

{{ range .Ancestors.Reverse }}
{{ if and (not .IsHome) (not .Parent.IsHome) }}
<li>
<a href="{{ .Permalink }}">{{- .Title -}}</a>
</li>
{{ end }}
{{ end }}