diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig
index 5ed6cc7f..0d42afe4 100644
--- a/source/_layouts/post.html.twig
+++ b/source/_layouts/post.html.twig
@@ -17,13 +17,14 @@
{% include 'post/old-post-message' %}
- {{ page.summary|markdown }}
- {% block excerpt %}{% endblock %}
{% block content %}{% endblock %}
- {% include 'post/questions-comments' %}
- {% include 'post/tags' %}
+
+ {% include 'post/questions-comments' %}
+ {% include 'post/tags' %}
+
+
{% include 'post/about-author' %}
{% endblock %}