summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/shortcodes/button.html
blob: c6a4c36b44d1c2d152e7a6f2c55ca5add7789f1a (plain)
1
2
3
4
5
6
7
8
<a
  class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
  {{ with .Get "href" }}href="{{ . }}"{{ end }}
  {{ with .Get "target" }}target="{{ . }}"{{ end }}
  role="button"
>
  {{ .Inner }}
</a>