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