Add hero images.

This commit is contained in:
2025-07-13 15:41:31 -07:00
parent 188380873b
commit 396dd976d9
25 changed files with 407 additions and 34 deletions

View File

@@ -0,0 +1,8 @@
<a
class="!rounded-lg 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 }}
{{ with .Get "rel" }}rel="{{ . }}"{{ end }}
role="button">
{{ .Inner }}
</a>