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

4 lines
116 B
JSON
Raw Normal View History

2020-10-21 12:47:37 +02:00
{
"name": "{{ .Title }}", "featuredImage": "{{ .Params.featuredImage }}", "content": {{ .Content | jsonify }}
}