mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
8 lines
355 B
HTML
8 lines
355 B
HTML
<nav id="breadcrumbs" data-pagefind-ignore class="py-4 gap-4 flex items-center text-gray-light dark:text-gray-dark max-w-full min-w-0">
|
|
{{ range .Ancestors.Reverse }}
|
|
<a href="{{ .Permalink }}" class="link truncate">{{ markdownify .LinkTitle }}</a>
|
|
<span>/</span>
|
|
{{- end }}
|
|
<span class="truncate">{{ markdownify .LinkTitle }}</span>
|
|
</nav>
|