1
Fork 0
theorangeone.net-legacy/layouts/partials/breadcrumbs/item.html

8 lines
294 B
HTML
Raw Normal View History

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 }}
<li class="breadcrumb-item"><a href="{{ .page.RelPermalink }}">{{ .page.LinkTitle }}</a></li>
2017-12-27 18:40:47 +00:00
{{ end }}