blob: f4bb0ef196408e94760070f6fe1778c476f8b61b (
plain) (
tree)
|
|
{{- $.Scratch.Add "index" slice -}}
{{- range .Site.RegularPages -}}
{{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink "type" .Type) -}}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}
|