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

9 lines
257 B
JSON
Raw Normal View History

{{- $result := slice -}}
{{- range .Site.RegularPages -}}
{{- $data := dict "title" .Title "id" .File.UniqueID "url" .Permalink "path" .RelPermalink "section" .Section -}}
{{- $result = $result | append $data -}}
{{- end -}}
{{ jsonify $result }}