feat: show breadcrumbs in search results (#473)

* Show crumbs in search results

* remove unnecessary console.log

* amend comment

* amend comment again

* Implement requested changes
This commit is contained in:
Attila Greguss
2024-10-14 22:42:55 +01:00
committed by GitHub
parent 97ea67198b
commit a97a1791cc
2 changed files with 30 additions and 4 deletions

View File

@ -7,7 +7,6 @@
{{- $pages := where .Site.Pages "Kind" "in" (slice "page" "section") -}}
{{- $pages = where $pages "Params.excludeSearch" "!=" true -}}
{{- $pages = where $pages "Content" "!=" "" -}}
{{- $output := dict -}}