aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/section/section.json
blob: b8f3786101a511d2438ea2d4508af9f273808885 (plain)
1
2
3
4
5
{{- $.Scratch.Add "index" slice -}}
{{- range .Site.RegularPages -}}
{{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "type" .Type "permalink" .RelPermalink "summary" .Summary) -}}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}