comments counter added data-url

This commit is contained in:
Bangara Raju Kottedi 2023-09-13 09:31:27 +05:30
parent f85b0f913e
commit 7ba501eee1

View File

@ -1,9 +1,9 @@
<style>
.fa-comment{
.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>
<span class="remark42__counter" data-url="https://bangararaju-uat.kottedi.in/blog/posts/self-hosted-commenting-system/"></span>