Add more things to json data files
This commit is contained in:
parent
0d937b4717
commit
95d129b089
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "{{ .UniqueID }}",
|
"id": "{{ .UniqueID }}",
|
||||||
"title": "{{ .Title }}",
|
"title": "{{ .Title }}",
|
||||||
"date": "{{ .Date }}",
|
"date_published": "{{ .Date }}",
|
||||||
"image": "{{ absURL .Params.image }}",
|
"image": "{{ absURL .Params.image }}",
|
||||||
"permalink": "{{ .Permalink }}",
|
"url": "{{ .Permalink }}",
|
||||||
"wordCount": "{{ .WordCount }}",
|
"content_html": {{ .Content | jsonify }},
|
||||||
"linkTitle": "{{ .LinkTitle }}",
|
"content_text": {{ .RawContent | jsonify }},
|
||||||
"section": "{{ .Section }}",
|
"summary": {{ .Summary | jsonify }},
|
||||||
"content": "{{ .Permalink }}index.txt"
|
"banner_image": "{{ absURL .Params.image }}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue