1
0
beire-hugo/themes/api-theme/layouts/_default/item.api.json

13 lines
324 B
JSON
Raw Normal View History

2020-10-21 12:47:37 +02:00
{
2020-10-23 01:59:38 +02:00
"name": "{{ .Slug }}",
"title": "{{ .Title }}",
2020-10-23 16:22:12 +02:00
"permalink": "{{ .Permalink }}",
2020-10-23 01:59:38 +02:00
"featuredImage": "{{ .Params.featuredImage }}",
"featuredVideo": "{{ .Params.featuredVideo }}",
"n":"{{ .Params.n }}",
"s":"{{ .Params.s }}",
"e":"{{ .Params.e }}",
"o":"{{ .Params.o }}",
"content": {{ .Content | jsonify }}
2020-10-21 12:47:37 +02:00
}