From 966d7b5d816b4108d1f85300ed60867f9a75a84c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 4 Jan 2019 12:44:50 +0000 Subject: [PATCH] Tidy post template --- source/_layouts/post.html.twig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 %}