Blog/layouts/index.json.json
Vezpi 82170a7ee5
All checks were successful
Deploy / Deploy (push) Successful in 3s
add: index.json layout
2025-06-02 12:52:40 +00:00

11 lines
294 B
JSON

{{- $.Scratch.Add "index" slice -}}
{{- range .Site.RegularPages -}}
{{- $.Scratch.Add "index" (dict
"title" .Title
"permalink" .Permalink
"summary" .Summary
"tags" .Params.tags
"date" (.Date.Format "2006-01-02")
) -}}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}