7 lines
130 B
JSON
7 lines
130 B
JSON
{
|
|
"name": "{{ .Slug }}",
|
|
"title": "{{ .Title }}",
|
|
"permalink": "{{ .Permalink }}",
|
|
"content": "{{ .Content | jsonify }}"
|
|
}
|