Files
web.start-it.nl/themes/agico-hugo/layouts/_default/index.json
2025-12-02 16:34:42 +01:00

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 -}}