All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
10 lines
394 B
HTML
10 lines
394 B
HTML
<ul id="breadcrumbs" class="flex flex-wrap text-sm m-4 list-['>']">
|
|
<li class="list-none me-4 pl-4"><a href="/" class="text-mms-gray">#</a></li>
|
|
{{- range .Ancestors.Reverse }}
|
|
{{ if ne .Title "Pages" }}
|
|
<li class="me-4 pl-2"><a href="{{ .RelPermalink }}" class="text-mms-gray">{{ .Title }}</a></li>
|
|
{{ end }}
|
|
{{- end }}
|
|
<li class="pl-2">{{ .Title }}</li>
|
|
</ul>
|