1
Fork 0
theorangeone.net-legacy/layouts/_default/list.json

7 lines
147 B
JSON
Raw Normal View History

2017-09-16 23:13:02 +01:00
{
{{ range $i, $e := .Data.Pages.ByTitle }}
{{ if $i }}, {{ end }}
"{{ .RelPermalink }}": {{ partial "page_data.json" . }}
2017-09-16 23:13:02 +01:00
{{ end }}
}