2020-12-06 07:49:50 -05:00
|
|
|
{{- $.Scratch.Add "index" slice -}}
|
|
|
|
{{- range .Site.RegularPages -}}
|
2021-01-30 02:23:14 -05:00
|
|
|
{{- if and (not .Params.searchHidden) (ne .Layout `archives`) (ne .Layout `search`) }}
|
2020-12-06 07:49:50 -05:00
|
|
|
{{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}}
|
2021-01-30 02:20:16 -05:00
|
|
|
{{- end }}
|
2020-12-06 07:49:50 -05:00
|
|
|
{{- end -}}
|
|
|
|
{{- $.Scratch.Get "index" | jsonify -}}
|