This commit is contained in:
parent
06209a67d9
commit
4d13b5c753
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue