search: add breadcrumbs identifier

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-11-10 14:27:12 +01:00
parent d42423cef0
commit 3e9563ffc7
1 changed files with 1 additions and 1 deletions

View File

@ -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 -}}