mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 15:03:10 -04:00
feat: add detail box and update styles
chore: update 404 page style chore: update icon to use global site variable
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
>
|
||||
<span class="flex font-semibold items-start gap-2 p-4 text-gray-700 hover:text-gray-900 dark:text-neutral-200 dark:hover:text-neutral-50">
|
||||
{{ with $icon }}
|
||||
{{ partial "utils/icon.html" (dict "context" $context "name" $icon) }}
|
||||
{{ partial "utils/icon.html" (dict "name" $icon) }}
|
||||
{{ end }}
|
||||
{{ $title }}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user