4 lines
165 B
JSON
4 lines
165 B
JSON
{{- range .Site.RegularPages -}}
|
|
{{- $s := (dict "title" .Title "contents" .Plain "link" .Permalink) -}}
|
|
{{- jsonify (dict "noHTMLEscape" true) $s }}
|
|
{{ end -}}
|