diff --git a/assets/json/search-data.json b/assets/json/search-data.json index 0d9d3d04..23e94ac2 100644 --- a/assets/json/search-data.json +++ b/assets/json/search-data.json @@ -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 -}}