Re-organise post view
This commit is contained in:
parent
48f03bdcdb
commit
71efeb57dc
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
{% include 'post/header' %}
|
{% include 'post/header' %}
|
||||||
|
{% include 'post/tags' %}
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
{% include 'post/feedback' %}
|
{# {% include 'post/feedback' %} #}
|
||||||
{# {% include 'post/related' %} #}
|
{# {% include 'post/related' %} #}
|
||||||
{% include 'post/tags' %}
|
|
||||||
{% include 'post/about-author' %}
|
|
||||||
{% include 'post/pager' %}
|
{% include 'post/pager' %}
|
||||||
|
{% include 'post/about-author' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue