Andrei | fix comment template path recursive

master
parent 2952e5d643
commit 982f833545
  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