revert post likes ui changes - there is no change

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

View File

@ -85,10 +85,6 @@
<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,3 +1,4 @@
<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" %}