revert category link
All checks were successful
Hugo / build (push) Successful in 10s

This commit is contained in:
brooke 2024-06-09 01:25:43 -04:00
parent 06209a67d9
commit 4d13b5c753

View file

@ -41,12 +41,12 @@
<div class="px-1 pt-4"> <div class="px-1 pt-4">
<div class="flex flex-row gap-2 justify-between font-bold text-xl mb-2"> <div class="flex flex-row gap-2 justify-between font-bold text-xl mb-2">
{{ .item }} {{ if ne .cat "" }} {{ .item }} {{ if ne .cat "" }}
<a class="z-10" href="/catalog/#{{ .cat }}"> <div>
<span <span
class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded-full" class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded-full"
>{{ .cat }}</span >{{ .cat }}</span
> >
</a> </div>
{{ end }} {{ end }}
</div> </div>
<div class="text-gray-800 text-base"> <div class="text-gray-800 text-base">