12 lines
301 B
JSON
12 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"
|
||
|
}
|