9 lines
252 B
JSON
9 lines
252 B
JSON
{{- $.Scratch.Add "index" slice -}}
|
|
{{- range .Site.RegularPages -}}
|
|
{{- $.Scratch.Add "index" (dict
|
|
"title" .Title
|
|
"summary" .Summary
|
|
"url" .Permalink
|
|
"content" .Plain) -}}
|
|
{{- end -}}
|
|
{{- $.Scratch.Get "index" | jsonify -}}
|