2024-02-20 17:59:31 -05:00
|
|
|
<div class="hx-mt-1.5 hx-flex hx-items-center hx-gap-1 hx-overflow-hidden hx-text-sm hx-text-gray-500 dark:hx-text-gray-400 contrast-more:hx-text-current">
|
2023-08-27 17:32:44 +01:00
|
|
|
{{- range .Ancestors.Reverse }}
|
|
|
|
{{- if not .IsHome }}
|
2024-02-20 17:59:31 -05:00
|
|
|
<div class="hx-whitespace-nowrap hx-transition-colors hx-min-w-[24px] hx-overflow-hidden hx-text-ellipsis hover:hx-text-gray-900 dark:hover:hx-text-gray-100">
|
2024-03-19 22:16:10 +00:00
|
|
|
<a href="{{ .Permalink }}">{{- partial "utils/title" . -}}</a>
|
2023-07-27 00:05:47 +01:00
|
|
|
</div>
|
2024-02-20 17:59:31 -05:00
|
|
|
{{- partial "utils/icon.html" (dict "name" "chevron-right" "attributes" "class=\"hx-w-3.5 hx-shrink-0 rtl:-hx-rotate-180\"") -}}
|
2023-08-27 17:32:44 +01:00
|
|
|
{{ end -}}
|
|
|
|
{{ end -}}
|
2024-02-20 17:59:31 -05:00
|
|
|
<div class="hx-whitespace-nowrap hx-transition-colors hx-font-medium hx-text-gray-700 contrast-more:hx-font-bold contrast-more:hx-text-current dark:hx-text-gray-100 contrast-more:dark:hx-text-current">
|
2024-03-19 22:16:10 +00:00
|
|
|
{{- partial "utils/title" . -}}
|
2023-07-27 00:05:47 +01:00
|
|
|
</div>
|
|
|
|
</div>
|