chore(post): show the post excerpt
Show the post excerpt at the top of the post.
This commit is contained in:
parent
46851960d0
commit
dccf1b85b3
|
@ -16,6 +16,8 @@
|
|||
</div>
|
||||
|
||||
<div class="markdown">
|
||||
<b>{{ page.excerpt }}</b>
|
||||
|
||||
{% include "post/table-of-contents" with { toc: page.toc } only %}
|
||||
|
||||
{{ parent() }}
|
||||
|
|
Loading…
Reference in a new issue