blob: 571965cd3f17182fe6b8462b77f8729842a13a48 [file] [log] [blame]
{{- $.Scratch.Add "index" slice -}}
{{- range where .Site.Pages ".Params.exclude_search" "!=" true -}}
{{- $.Scratch.Add "index" (dict "title" .Title "ref" .Permalink "body" .Plain "excerpt" (.Summary | truncate 100)) -}}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}