2017-07-14 21:24:06 +01:00
|
|
|
{
|
|
|
|
"id": "{{ .UniqueID }}",
|
|
|
|
"title": "{{ .Title }}",
|
2017-07-15 17:42:45 +01:00
|
|
|
"date_published": "{{ .Date }}",
|
2017-07-14 21:24:06 +01:00
|
|
|
"image": "{{ absURL .Params.image }}",
|
2017-07-15 17:42:45 +01:00
|
|
|
"url": "{{ .Permalink }}",
|
|
|
|
"content_html": {{ .Content | jsonify }},
|
|
|
|
"content_text": {{ .RawContent | jsonify }},
|
|
|
|
"summary": {{ .Summary | jsonify }},
|
|
|
|
"banner_image": "{{ absURL .Params.image }}"
|
2017-07-14 21:24:06 +01:00
|
|
|
}
|