post likes icon flickering issue resolved

This commit is contained in:
Bangara Raju Kottedi 2023-08-25 14:17:38 +05:30
parent e82a1b5ce8
commit 07c4796861
2 changed files with 4 additions and 1 deletions

View File

@ -85,6 +85,10 @@
<link rel="stylesheet" href="{{ site.data.origin[type].magnific-popup.css | relative_url }}">
{% endif %}
<!-- custom-css -->
<!-- likes -->
<link rel="stylesheet" href="{{ '/assets/css/heart.css' | relative_url }}">
<!-- JavaScript -->
<script src="/assets/js/common.js" serviceurl="{{site.custom-config.blog-services.service_url}}" siteid="{{site.id}}" postid="{{page.title}}" remark42host="{{ site.comments.remark42.host }}"></script>

View File

@ -1,4 +1,3 @@
<link rel="stylesheet" href="/assets/css/heart.css">
<i class="heart-icon" {% if include.tooltip %} title="{{site.data.locales[include.lang].post.likes}}"
data-bs-toggle="tooltip" data-bs-placement="bottom" {% endif %}></i>
{% include loader.html id="likes-loader" %}