Andrei | fix comment template path recursive

web_10
parent 1f2bfa9fbb
commit b241ce250b
  1. 2
      wp-content/themes/cosmopet/templates/blog/comments/comment-single.twig

@ -57,7 +57,7 @@
</button>
{% for reply in comment.replies %}
{% include 'partials/comment.twig' with { comment: reply, depth: depth + 1 } %}
{% include 'blog/comments/comment-single.twig' with { comment: reply, depth: depth + 1 } %}
{% endfor %}
{% endif %}
</div>

Loading…
Cancel
Save