From ff31f296f2a913fc65337f36899a51e9ca26e5ce Mon Sep 17 00:00:00 2001 From: razonyang Date: Fri, 30 Aug 2024 00:49:55 +0800 Subject: [PATCH] fix: correct taxonomy titles --- layouts/partials/post/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post/meta.html b/layouts/partials/post/meta.html index 9bd265c8f..e814be2f4 100644 --- a/layouts/partials/post/meta.html +++ b/layouts/partials/post/meta.html @@ -21,7 +21,7 @@ {{- else if eq $key "authors" }} {{- end }} - {{- .Name | title -}} + {{- .Title -}} {{- end }} {{- end }}