@ -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>