chore(post): show the post excerpt

Show the post excerpt at the top of the post.
This commit is contained in:
Oliver Davies 2022-07-20 18:00:00 +01:00
parent 46851960d0
commit dccf1b85b3

View file

@ -16,6 +16,8 @@
</div> </div>
<div class="markdown"> <div class="markdown">
<b>{{ page.excerpt }}</b>
{% include "post/table-of-contents" with { toc: page.toc } only %} {% include "post/table-of-contents" with { toc: page.toc } only %}
{{ parent() }} {{ parent() }}