2022-09-28 23:43:50 +01:00
|
|
|
<span>
|
2022-10-10 14:51:15 +01:00
|
|
|
<button id="likes_button"
|
2022-10-29 16:53:27 +01:00
|
|
|
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"
|
2022-10-10 14:51:15 +01:00
|
|
|
onclick="process_article()">
|
2022-11-18 22:58:59 +00:00
|
|
|
<span id="likes_button_heart" style="display:none" class="inline-block align-text-bottom">{{ partial "icon.html" "heart" }} </span>
|
|
|
|
<span id="likes_button_emtpty_heart" class="inline-block align-text-bottom">{{ partial "icon.html" "heart-empty" }}</span>
|
2022-10-16 15:25:34 +01:00
|
|
|
<span id="likes_button_text"> Like</span>
|
2022-09-28 23:43:50 +01:00
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
{{- /* Trim EOF */ -}}
|