empresalibre.net/source/layouts/partials/main/breadcrumb.html

4 lines
193 B
HTML
Raw Permalink Normal View History

2021-11-04 22:52:22 -06:00
{{ with .Parent -}}
{{ partial "main/breadcrumb.html" . -}}
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ if .IsHome }}Home{{ else }}{{ .Title }}{{ end }}</a></li>
{{ end -}}