diff --git a/templates/post.md b/templates/post.md index b2930d39..8defb33d 100644 --- a/templates/post.md +++ b/templates/post.md @@ -3,6 +3,11 @@ title: description: nav: blog tags: - - + - draft: true --- +{% block excerpt %} +{% endblock %} + +{% block content %} +{% endblock %}