mirror of https://github.com/docker/docs.git
search: add breadcrumbs identifier
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
d42423cef0
commit
3e9563ffc7
|
@ -2,7 +2,7 @@
|
|||
{{ $ctx := . }}
|
||||
|
||||
|
||||
<nav class="py-4 gap-4 flex items-center overflow-hidden text-gray-light dark:text-gray-dark">
|
||||
<nav id="breadcrumbs" class="py-4 gap-4 flex items-center overflow-hidden text-gray-light dark:text-gray-dark">
|
||||
{{ with ($scratch.GetSortedMapValues "sections") }}
|
||||
{{ range $i, $e := . }}
|
||||
{{- if $i -}}
|
||||
|
|
Loading…
Reference in New Issue