mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-08 00:19:10 +00:00
8 lines
320 B
JSON
8 lines
320 B
JSON
{{- if .IsPage -}}
|
|
{
|
|
"name": "{{ .Title }}",
|
|
"description": "{{ with .Params.description }}{{ plainify . | replaceRE "\n" "$1" | replaceRE "\\\\" "\\\\" | htmlEscape }}{{ else }}{{ replaceRE "\\\\" "\\\\" .Summary | plainify | replaceRE "\n" "$1" | htmlEscape }}{{ end }}",
|
|
"url": "{{ .Permalink }}"
|
|
}
|
|
{{- end -}}
|