Re-organise post view

This commit is contained in:
Oliver Davies 2016-12-30 22:43:33 +00:00
parent 48f03bdcdb
commit 71efeb57dc

View file

@ -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 %}