9 lines
376 B
HTML
9 lines
376 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" data-url="https://bangararaju-uat.kottedi.in/blog/posts/self-hosted-commenting-system/"></span> |