aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/index.json
blob: f4bb0ef196408e94760070f6fe1778c476f8b61b (plain) (blame)
1
2
3
4
5
{{- $.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 -}}