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 -}}