7 lines
275 B
JSON
7 lines
275 B
JSON
|
{{- $.Scratch.Add "index" slice -}}
|
||
|
{{- range site.RegularPages -}}
|
||
|
{{- if ne .Layout "search" -}}
|
||
|
{{- $.Scratch.Add "index" (dict "title" .Title "permalink" .Permalink "summary" .Summary "content" .Plain) -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|
||
|
{{- $.Scratch.Get "index" | jsonify -}}
|