9 lines
288 B
HTML
9 lines
288 B
HTML
<style>
|
|
.fa-comment {
|
|
margin-left: 4px;
|
|
}
|
|
</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> |