Files
portails/layouts/partials/main/breadcrumb.html
2021-04-02 19:45:05 +02:00

4 lines
193 B
HTML

{{ with .Parent -}}
{{ partial "main/breadcrumb.html" . -}}
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ if .IsHome }}Home{{ else }}{{ .Title }}{{ end }}</a></li>
{{ end -}}