summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/badge.html
blob: af7501b5775aca8d05a8244e5d2370741386a9f0 (plain)
1
2
3
4
5
<span class="flex" style="cursor: pointer;">
  <span 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>
</span>