1
Fork 0
theorangeone.net-legacy/layouts/index.json

9 lines
210 B
JSON
Raw Permalink Normal View History

{{- $result := slice -}}
{{- range .Site.RegularPages -}}
2021-09-19 21:35:04 +01:00
{{- $data := dict "title" .Title "url" .Permalink "date" .Date -}}
{{- $result = $result | append $data -}}
{{- end -}}
{{ jsonify $result }}