2021-08-23 19:32:05 +02:00
|
|
|
{{- $.Scratch.Add "index" slice -}}
|
|
|
|
{{- range .Site.RegularPages -}}
|
2021-09-12 13:45:36 +02:00
|
|
|
{{- $.Scratch.Add "index" (dict "title" .Title "description" .Params.description "tags" .Params.tags "content" .Plain "permalink" .Permalink) -}}
|
2021-08-23 19:32:05 +02:00
|
|
|
{{- end -}}
|
|
|
|
{{- $.Scratch.Get "index" | jsonify -}}
|