summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/index.json
blob: feeb437ddd04cd80f06c5d21c1327f9cdc6b973e (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 -}}