mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 14:31:25 -04:00
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:
@ -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 -}}
|
||||
|
||||
|
Reference in New Issue
Block a user