summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/index.json
blob: 2c86f7c4de89d2db5c4e8462cac17b39a5a5095d (plain)
1
2
3
4
5
6
7
{{- $.Scratch.Add "index" slice -}}
{{- range .Site.RegularPages -}}
    {{- if and (not .Params.searchHidden) (ne .Layout `archives`) (ne .Layout `search`) }}
    {{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}}
    {{- end }}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}