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

8 lines
208 B
JSON

{{ $valid_pages := where (where .Site.Pages.ByTitle "Kind" "page") ".Parent" "!=" nil }}
{
{{ range $i, $e := $valid_pages }}
{{ if $i }}, {{ end }}
{{ partial "page_data.json" . }}
{{ end }}
}