1
Fork 0
theorangeone.net-legacy/layouts/_default/single.json

12 lines
340 B
JSON
Raw Normal View History

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
}