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

11 lines
301 B
JSON

{
"id": "{{ .UniqueID }}",
"title": "{{ .Title }}",
"date": "{{ .Date }}",
"image": "{{ absURL .Params.image }}",
"permalink": "{{ .Permalink }}",
"wordCount": "{{ .WordCount }}",
"linkTitle": "{{ .LinkTitle }}",
"section": "{{ .Section }}",
"content": "{{ .Permalink }}index.txt"
}