13 lines
320 B
JSON
13 lines
320 B
JSON
{
|
|
"name": "{{ .Slug }}",
|
|
"title": "{{ .Title }}",
|
|
"title": "{{ .Permalink }}",
|
|
"featuredImage": "{{ .Params.featuredImage }}",
|
|
"featuredVideo": "{{ .Params.featuredVideo }}",
|
|
"n":"{{ .Params.n }}",
|
|
"s":"{{ .Params.s }}",
|
|
"e":"{{ .Params.e }}",
|
|
"o":"{{ .Params.o }}",
|
|
"content": {{ .Content | jsonify }}
|
|
}
|