feat: show all category badges on hero and post cards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<!-- Category badge — parallelogram -->
|
||||
{{- with $post.Params.categories -}}
|
||||
<div class="flex flex-wrap gap-2 px-4 pt-4">
|
||||
{{- range first 1 . -}}
|
||||
{{- range . -}}
|
||||
<span class="badge">{{ . }}</span>
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user