hugo-theme-cybercards/layouts/_default/index.jsonl

4 lines
186 B
JSON

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