2017-12-27 18:40:47 +00:00
|
|
|
{{ if .page.Parent }}{{ if not .page.Parent.IsHome }}
|
2018-08-19 16:31:59 +01:00
|
|
|
{{ partial "breadcrumbs/item.html" (dict "page" .page.Parent "current" .current) }}
|
2017-12-27 18:40:47 +00:00
|
|
|
{{ end }}{{ end }}
|
|
|
|
|
|
|
|
{{ if ne .page .current }}
|
2018-02-04 13:08:48 +00:00
|
|
|
<li class="breadcrumb-item"><a href="{{ .page.RelPermalink }}">{{ .page.LinkTitle }}</a></li>
|
2017-12-27 18:40:47 +00:00
|
|
|
{{ end }}
|