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