2021-03-05 21:04:55 +01:00
|
|
|
{{ with .Parent -}}
|
|
|
|
{{ partial "main/breadcrumb.html" . -}}
|
2021-04-02 19:45:05 +02:00
|
|
|
<li class="breadcrumb-item"><a href="{{ .RelPermalink }}">{{ if .IsHome }}Home{{ else }}{{ .Title }}{{ end }}</a></li>
|
2021-03-05 21:04:55 +01:00
|
|
|
{{ end -}}
|