Single post template (post.html.twig) fix (comments rendering disabled in feed mode).

This commit is contained in:
Alexey Skobkin 2017-11-05 01:00:25 +03:00
parent 53ac59e032
commit 6f817716b2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<div class="col-xs-12"><a href="{{ post.id|point_post_url }}" class="post">#{{ post.id }}</a></div>
</div>
{% if is_feed is defined and post.comments|length > 0 %}
{% if is_feed is not defined and post.comments|length > 0 %}
<div class="row comments">
{#
{% include '@SkobkinPointTools/Post/comments_tree.html.twig' with {