Merge branch 'dev-comments-counter' of rajukottedi/chirpy-blogging into dev

This commit is contained in:
Bangara Raju Kottedi 2023-09-13 09:27:26 +05:30 committed by Gogs
commit f85b0f913e

View File

@ -1,3 +1,9 @@
<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>
<em class="remark42__counter"></em>
<span class="remark42__counter"></span>