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

12 lines
301 B
JSON
Raw Normal View History

2017-07-14 21:24:06 +01:00
{
"id": "{{ .UniqueID }}",
"title": "{{ .Title }}",
"date": "{{ .Date }}",
"image": "{{ absURL .Params.image }}",
"permalink": "{{ .Permalink }}",
"wordCount": "{{ .WordCount }}",
"linkTitle": "{{ .LinkTitle }}",
"section": "{{ .Section }}",
"content": "{{ .Permalink }}index.txt"
}