blowfish/layouts/partials/meta/likes_button.html

12 lines
634 B
HTML
Raw Normal View History

2022-09-28 17:43:50 -05:00
<span>
2022-10-10 08:51:15 -05:00
<button id="likes_button"
2022-10-11 17:44:33 -05:00
style="height: 30px; padding-top: 2px; padding-bottom: 4px; padding-left: 10px; padding-right: 10px"
2022-10-10 08:51:15 -05:00
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
onclick="process_article()">
2022-10-10 18:09:30 -05:00
<span id="likes_button_heart" style="display:none">{{ partial "icon.html" "heart" }} </span>
<span id="likes_button_emtpty_heart">{{ partial "icon.html" "heart-empty" }}</span>
&nbsp;
<span id="likes_button_text">Like</span>
2022-09-28 17:43:50 -05:00
</button>
</span>
{{- /* Trim EOF */ -}}