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>
|
||||||
|
|
||||||
<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() }}
|
||||||
|
|
Loading…
Reference in a new issue