From 369a58c67c942da4f84601d6b8934c02f90164ed Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 18 Oct 2016 22:49:36 +0100 Subject: [PATCH] Hide related posts, showing not just posts --- source/_views/post.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_views/post.html.twig b/source/_views/post.html.twig index ccfde6d66..edca3115b 100644 --- a/source/_views/post.html.twig +++ b/source/_views/post.html.twig @@ -6,7 +6,7 @@ {% block content %}{% endblock %} {% include 'post/feedback' %} - {% include 'post/related' %} + {# {% include 'post/related' %} #} {% include 'post/tags' %} {% include 'post/about-author' %} {% include 'post/pager' %}