cc-docs/layouts/partials/main/breadcrumb.html

4 lines
264 B
HTML
Raw Normal View History

2023-07-04 16:33:06 +02:00
{{ 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 -}}