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

12 lines
372 B
JSON

{
"id": "{{ .UniqueID }}",
"title": "{{ .Title }}",
"date_published": "{{ .Date }}",
"image": "{{ absURL .Params.image }}",
"url": "{{ .Permalink }}",
"content_html": {{ jsonify .Content }},
"content_text": {{ jsonify .RawContent }},
"summary": {{ jsonify .Summary }},
"banner_image": "{{ absURL .Params.image }}",
"tags": {{ jsonify .Params.tags }}
}