hugo-PaperMod/layouts/_default/index.json

8 lines
290 B
JSON
Raw Normal View History

{{- $.Scratch.Add "index" slice -}}
{{- range .Site.RegularPages -}}
{{- if not .Params.searchHidden }}
{{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}}
{{- end }}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}