blowfish/layouts/partials/meta/likes_button.html
2022-10-29 16:53:27 +01:00

10 lines
No EOL
516 B
HTML

<span>
<button id="likes_button"
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400"
onclick="process_article()">
<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>
<span id="likes_button_text">&nbsp;Like</span>
</button>
</span>
{{- /* Trim EOF */ -}}