1
Fork 0
theorangeone.net-legacy/layouts/_default/single.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 }}"
}