Skip to content

Commit

Permalink
fix: add back empty content filter in search-data.json (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored Oct 21, 2024
1 parent 80fae9f commit 7b7eb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/json/search-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

{{- $pages := where .Site.Pages "Kind" "in" (slice "page" "section") -}}
{{- $pages = where $pages "Params.excludeSearch" "!=" true -}}
{{- $pages = where $pages "Content" "!=" "" -}}

{{- $output := dict -}}

Expand Down

0 comments on commit 7b7eb0f

Please sign in to comment.