11 lines
340 B
JSON
11 lines
340 B
JSON
{
|
|
"id": "{{ .UniqueID }}",
|
|
"title": "{{ .Title }}",
|
|
"date_published": "{{ .Date }}",
|
|
"image": "{{ absURL .Params.image }}",
|
|
"url": "{{ .Permalink }}",
|
|
"content_html": {{ .Content | jsonify }},
|
|
"content_text": {{ .RawContent | jsonify }},
|
|
"summary": {{ .Summary | jsonify }},
|
|
"banner_image": "{{ absURL .Params.image }}"
|
|
}
|