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