deliciousium/themes/coyote/layouts/_default/index.json

8 lines
428 B
JSON

{{- $.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 "date" (.Date.Format "2006/01/02") "image" ((print .Permalink .Params.image) | absURL)) -}}
{{- end }}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}