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