2021-08-19 04:09:43 +00:00
|
|
|
<a
|
2022-08-18 04:59:46 +00:00
|
|
|
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"
|
2021-08-16 05:09:21 +00:00
|
|
|
{{ with .Get "href" }}href="{{ . }}"{{ end }}
|
|
|
|
{{ with .Get "target" }}target="{{ . }}"{{ end }}
|
2022-11-06 12:09:56 +00:00
|
|
|
{{ with .Get "download"}}download="{{ . }}"{{ end }}
|
2021-08-16 05:09:21 +00:00
|
|
|
role="button"
|
2021-08-18 02:54:18 +00:00
|
|
|
>
|
|
|
|
{{ .Inner }}
|
2021-08-19 04:09:43 +00:00
|
|
|
</a>
|