Files
fundor333.com/themes/fugu/layouts/.well-know/home.links.json
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

10 lines
235 B
JSON

[{{ range $index, $page := .Site.Pages }}
{{- if ne $page.Type "json" -}}
{{- if and $index (gt $index 0) -}},{{- end }}
{
"uri": "{{ $page.Permalink }}",
"links": {{ $page.Scratch.Get "links" | jsonify }}
}
{{- end -}}
{{- end -}}]