diff --git a/source/posts.json.twig b/source/posts.json.twig index 66de3c8a..a94c04c7 100644 --- a/source/posts.json.twig +++ b/source/posts.json.twig @@ -9,6 +9,7 @@ use: [posts] { "id": "{{ loop.index }}", "title": {{ post.title|json_encode|raw }}, + "excerpt": {{ post.excerpt|json_encode|raw }}, "created": "{{ post.date }}", "updated": "{{ post.date }}", "path": "{{ post.url|trim('/', 'right') }}",