7 lines
292 B
HTML
7 lines
292 B
HTML
{{ if .page.Parent }}{{ if not .page.Parent.IsHome }}
|
|
{{ partial "breadcrumbs/item.html" (dict "page" .page.Parent "current" .current) }}
|
|
{{ end }}{{ end }}
|
|
|
|
{{ if ne .page .current }}
|
|
<li class="breadcrumb-item"><a href="{{ .page.RelPermalink }}">{{ .page.LinkTitle }}</a></li>
|
|
{{ end }}
|