hugo-theme-cybercards/layouts/_default/home.ejsl

4 lines
186 B
Text

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