fix: featured drop label
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
|
||||
<!-- Drop label + category badges -->
|
||||
<div class="flex flex-wrap items-center gap-3 mb-6">
|
||||
<span class="badge badge-gradient">Featured Drop</span>
|
||||
<span class="badge badge-pulse">Featured Drop</span>
|
||||
{{- with .Params.categories -}}
|
||||
{{- range first 1 . -}}
|
||||
<a href="/categories/{{ . | urlize }}/" class="badge badge-outline">{{ . }}</a>
|
||||
|
||||
Reference in New Issue
Block a user