_includes/static_comments.html in jekyll-theme-mehdix-rtl-3.1.1 vs _includes/static_comments.html in jekyll-theme-mehdix-rtl-3.1.2
- old
+ new
@@ -8,10 +8,10 @@
{% if comments %}
<h4 id="comments-header">دیدگاهها</h4>
<div id="comments">
{% for comment in comments %}
- {% if comment.reply_to == nil %}
+ {% if comment.reply_to == nil or comment.reply_to == '' %}
<div class="comment-chain">
{% include comment.html comment=comment comments=comments%}
</div>
{% endif %}
{% endfor%}
\ No newline at end of file