Modifs Amandine
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s

This commit is contained in:
2025-05-18 22:30:55 +02:00
parent 9b78ffcb28
commit f72ec6bd9d
31 changed files with 3276 additions and 151 deletions

View 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>