From 53f3a902c13ce40b856802447d7bd1b4e189ed74 Mon Sep 17 00:00:00 2001 From: elkan1788 Date: Sat, 24 Jun 2023 14:30:15 +0800 Subject: [PATCH] :lipstick: Upgrade categories display in post meta. --- layouts/partials/post/header_meta/categories.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 .) }} - - {{ end }} {{ end }} {{ end }} \ No newline at end of file