2022-09-28 17:43:50 -05:00
|
|
|
<span>
|
2022-10-10 08:51:15 -05:00
|
|
|
<button id="likes_button"
|
2022-10-29 10:53:27 -05: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 08:51:15 -05:00
|
|
|
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>
|
2022-10-16 09:25:34 -05:00
|
|
|
<span id="likes_button_text"> Like</span>
|
2022-09-28 17:43:50 -05:00
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
{{- /* Trim EOF */ -}}
|