diff --git a/layouts/partials/post/header_meta/categories.html b/layouts/partials/post/header_meta/categories.html
index 339d06f..0696d24 100644
--- a/layouts/partials/post/header_meta/categories.html
+++ b/layouts/partials/post/header_meta/categories.html
@@ -7,13 +7,11 @@
{{ print (T "PostMeta.category") (T "Symbol.colon") }}
- {{ range (first 1 .) }}
-
- {{ . }}
+
+ {{ delimit . "/" }}
- {{ end }}
{{ end }}
{{ end }}
\ No newline at end of file