mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 11:46:25 -04:00
fix: add back empty content filter in search-data.json (#482)
This commit is contained in:
parent
80fae9f86d
commit
7b7eb0f1f3
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
{{- $pages := where .Site.Pages "Kind" "in" (slice "page" "section") -}}
|
{{- $pages := where .Site.Pages "Kind" "in" (slice "page" "section") -}}
|
||||||
{{- $pages = where $pages "Params.excludeSearch" "!=" true -}}
|
{{- $pages = where $pages "Params.excludeSearch" "!=" true -}}
|
||||||
|
{{- $pages = where $pages "Content" "!=" "" -}}
|
||||||
|
|
||||||
{{- $output := dict -}}
|
{{- $output := dict -}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user