2017-09-30 17:37:27 +01:00
|
|
|
"{{ .RelPermalink }}": {
|
|
|
|
"id": "{{ .UniqueID }}",
|
|
|
|
"title": "{{ lower .Title }}",
|
|
|
|
"date": "{{ .Date }}",
|
|
|
|
"url": "{{ .Permalink }}",
|
|
|
|
"link": "{{ .RelPermalink }}",
|
|
|
|
"link_title": "{{ .LinkTitle }}",
|
2018-01-06 16:37:23 +00:00
|
|
|
"words": {{ .FuzzyWordCount }},
|
|
|
|
"reading_time": {{ .ReadingTime }},
|
2017-09-30 17:37:27 +01:00
|
|
|
"parent": "{{ if .Parent }}{{ lower .Parent.Title }}{{ end }}",
|
|
|
|
"tags": {{ jsonify .Params.tags }}
|
|
|
|
}
|