6 lines
390 B
JSON
Executable File
6 lines
390 B
JSON
Executable File
{{- $.Scratch.Add "index" slice -}}
|
|
{{- range where site.RegularPages "Section" "in" site.Params.mainSections -}}
|
|
{{ $date:= .PublishDate.Format "02"}}
|
|
{{- $.Scratch.Add "index" (dict "title" .Title "date" $date "tags" .Params.tags "image" .Params.image "categories" .Params.categories "contents" .Plain "permalink" .Permalink) -}}
|
|
{{- end -}}
|
|
{{- $.Scratch.Get "index" | jsonify -}} |