blowfish/layouts/partials/meta/likes_button.html

15 lines
478 B
HTML
Raw Normal View History

2022-09-28 23:43:50 +01:00
<span>
2022-10-10 14:51:15 +01:00
<!--button id="likes_button" class="border rounded px-3" onclick="process_article()">
2022-09-28 23:43:50 +01:00
Like
2022-10-10 14:51:15 +01:00
</button-->
<button id="likes_button"
style="height: 24px; padding-top: 0;"
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()">
{{ partial "icon.html" "like" }}
2022-09-28 23:43:50 +01:00
</button>
2022-10-10 14:51:15 +01:00
2022-09-28 23:43:50 +01:00
</span>
{{- /* Trim EOF */ -}}