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

13 lines
372 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 }}",
2017-09-17 11:09:45 +01:00
"content_html": {{ jsonify .Content }},
"content_text": {{ jsonify .RawContent }},
"summary": {{ jsonify .Summary }},
"banner_image": "{{ absURL .Params.image }}",
"tags": {{ jsonify .Params.tags }}
2017-07-14 21:24:06 +01:00
}