mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
15 lines
No EOL
478 B
HTML
15 lines
No EOL
478 B
HTML
<span>
|
|
<!--button id="likes_button" class="border rounded px-3" onclick="process_article()">
|
|
Like
|
|
</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" }}
|
|
</button>
|
|
|
|
</span>
|
|
{{- /* Trim EOF */ -}} |