This commit is contained in:
@@ -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