add abstract to blog posts

This commit is contained in:
Nico Schottelius 2019-09-25 00:36:58 +09:00
commit 11ac4f2388
3 changed files with 13 additions and 1 deletions

View file

@ -15,6 +15,6 @@
{% endif %}
on {{ post.pub_date }}
</p>
{{ post.body }}
{{ post.abstract }}
</div>
{% endmacro %}