blog/layouts/_default/section.activitypub.json
2021-11-01 00:52:38 -05:00

11 lines
170 B
JSON

{
"posts": [
{{- range $i, $page := .Pages -}}
{{- if $i -}} , {{- end -}}
{
"title": {{ $page.Title | jsonify }}
}
{{- end -}}
]
}