diff --git a/source/_views/post.twig b/source/_views/post.twig index 3a82c499..c1e5a9a4 100644 --- a/source/_views/post.twig +++ b/source/_views/post.twig @@ -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 %}