From 0c141f8d4fabc5b14657f01b99fe64d3f5a2dbaf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 5 May 2017 19:58:38 +0100 Subject: [PATCH] Move tags to the bottom of posts --- source/_views/post.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}