4 lines
264 B
HTML
4 lines
264 B
HTML
{{ with .Parent -}}
|
|
{{ partial "main/breadcrumb.html" . -}}
|
|
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ if .IsHome }}Home{{ else if eq .CurrentSection .FirstSection }}{{ .Section | humanize }}{{ else }}{{ .Title }}{{ end }}</a></li>
|
|
{{ end -}} |