Some checks failed
Blowfish Docs Deploy / build (push) Has been cancelled
Blowfish Docs Deploy / deploy (push) Has been cancelled
Test Build / Build Example Site (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Update Hugo version / updateBlowfish (push) Has been cancelled
Delete exampleSite Add initial content, images & docker-compose.yml Use extend-head.html for analytics Set remote url to gitea.novicelab.io Remove original .git due to "shallow update not allowed" error
15 lines
552 B
HTML
15 lines
552 B
HTML
<span>
|
|
<button
|
|
id="button_likes"
|
|
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">
|
|
<span id="button_likes_heart" class="inline-block align-text-bottom hidden"
|
|
>{{ partial "icon.html" "heart" }}
|
|
</span>
|
|
<span id="button_likes_emtpty_heart" class="inline-block align-text-bottom"
|
|
>{{ partial "icon.html" "heart-empty" }}</span
|
|
>
|
|
<span id="button_likes_text"> Like</span>
|
|
</button>
|
|
</span>
|
|
{{- /* Trim EOF */ -}}
|