blog/_includes/comments-counter.html

9 lines
287 B
HTML

<style>
.fa-comment{
margin-left: 3px;
}
</style>
<i class="fa fa-comment" {% if include.tooltip %} title="{{site.data.locales[include.lang].post.comments}}"
data-bs-toggle="tooltip" data-bs-placement="bottom" {% endif %}></i>
<span class="remark42__counter"></span>