Move tags to the bottom of posts

This commit is contained in:
Oliver Davies 2017-05-05 19:58:38 +01:00
parent dd9b27a8a3
commit 0c141f8d4f

View file

@ -2,12 +2,12 @@
{% block content_wrapper %}
{% include 'post/header' %}
{% include 'post/tags' %}
{% block content %}{% endblock %}
{# {% include 'post/feedback' %} #}
{# {% include 'post/related' %} #}
{% include 'post/tags' %}
{% include 'post/pager' %}
{% include 'post/about-author' %}
{% endblock %}