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

10 lines
164 B
HTML
Raw Normal View History

2022-11-27 21:55:49 +01:00
{{ if and .Parent.IsSection (not .Parent.IsHome) }}
{{ partial "breadcrumb.html" .Parent }}
<li>
<a href="{{ .Permalink }}">{{- .Title -}}</a>
</li>
2022-10-26 23:12:29 +02:00
{{ end }}