diff --git a/website/source/_layouts/post.html.twig b/website/source/_layouts/post.html.twig index 764e0f5f..8e7a3de7 100644 --- a/website/source/_layouts/post.html.twig +++ b/website/source/_layouts/post.html.twig @@ -16,6 +16,8 @@
+ {{ page.excerpt }} + {% include "post/table-of-contents" with { toc: page.toc } only %} {{ parent() }}