From e66da588266b1ff8597b3d00bf8b161e476e78ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 8 May 2026 18:09:30 +0200 Subject: [PATCH] feat: show all category badges on hero and post cards Co-Authored-By: Claude Sonnet 4.6 --- layouts/index.html | 2 +- layouts/partials/post-card.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index ff9229b..3c53cb7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -40,7 +40,7 @@
Featured Drop {{- with .Params.categories -}} - {{- range first 1 . -}} + {{- range . -}} {{ . }} {{- end -}} {{- end -}} diff --git a/layouts/partials/post-card.html b/layouts/partials/post-card.html index c5d6f9a..dc6f958 100644 --- a/layouts/partials/post-card.html +++ b/layouts/partials/post-card.html @@ -25,7 +25,7 @@ {{- with $post.Params.categories -}}
- {{- range first 1 . -}} + {{- range . -}} {{ . }} {{- end -}}