diff --git a/src/posts/posts.json b/src/posts/posts.json index 2f42ba1..46563b5 100644 --- a/src/posts/posts.json +++ b/src/posts/posts.json @@ -1,5 +1,8 @@ { "layout": "layouts/post", "tags": "post", - "permalink": "posts/{{ page.fileSlug }}/index.html" + "permalink": "posts/{{ page.fileSlug }}/index.html", + "eleventyComputed": { + "description": "{{ excerpt | safe }}" + } }