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

8 lines
210 B
JSON

{{- $result := slice -}}
{{- range .Site.RegularPages -}}
{{- $data := dict "title" .Title "url" .Permalink "date" .Date -}}
{{- $result = $result | append $data -}}
{{- end -}}
{{ jsonify $result }}