Modifs Amandine
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
This commit is contained in:
9
layouts/partials/breadcrumbs.html
Normal file
9
layouts/partials/breadcrumbs.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user