From 71efeb57dcc506aec161963d1f7b7a50ec2aa061 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 30 Dec 2016 22:43:33 +0000 Subject: [PATCH] Re-organise post view --- source/_views/post.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_views/post.html.twig b/source/_views/post.html.twig index edca3115..3a82c499 100644 --- a/source/_views/post.html.twig +++ b/source/_views/post.html.twig @@ -2,12 +2,12 @@ {% block content_wrapper %} {% include 'post/header' %} + {% include 'post/tags' %} {% block content %}{% endblock %} - {% include 'post/feedback' %} + {# {% include 'post/feedback' %} #} {# {% include 'post/related' %} #} - {% include 'post/tags' %} - {% include 'post/about-author' %} {% include 'post/pager' %} + {% include 'post/about-author' %} {% endblock %}