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

10 lines
164 B
HTML

{{ if and .Parent.IsSection (not .Parent.IsHome) }}
{{ partial "breadcrumb.html" .Parent }}
<li>
<a href="{{ .Permalink }}">{{- .Title -}}</a>
</li>
{{ end }}