From e228f328b53a6204723d509b6077bc40c9cac2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BE=A1=E7=BE=A1?= Date: Fri, 21 Apr 2023 09:53:09 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E6=A0=87=E7=AD=BE=E9=A1=B5=20=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E9=A1=B5500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/categories.html | 2 +- templates/tags.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/categories.html b/templates/categories.html index 26acc2cd..b4d88bd1 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -21,7 +21,7 @@ th:id="${categoryItem.spec.displayName}"> # [[${categoryItem.spec.displayName}]] - [[${categoryItem.visiblePostCount}]] + [[${categoryItem.status.visiblePostCount}]] diff --git a/templates/tags.html b/templates/tags.html index d67eaa3b..c345e290 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -17,9 +17,8 @@ th:id="${tagItem.spec.displayName}" th:style="'font-size: 1em; color:' + ${tagItem.spec.color} "> # [[${tagItem.spec.displayName}]] - [[${tagItem.visiblePostCount}]] + [[${tagItem.status.visiblePostCount}]] -