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

7 lines
130 B
JSON
Raw Normal View History

2020-10-23 02:16:20 +02:00
{
"name": "{{ .Slug }}",
"title": "{{ .Title }}",
2020-10-23 16:22:12 +02:00
"permalink": "{{ .Permalink }}",
"content": "{{ .Content | jsonify }}"
2020-10-23 02:16:20 +02:00
}