From 17d15c7c60033dfb01f175e25fc3003052a1d71f Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sat, 16 Nov 2024 11:09:55 +0800 Subject: [PATCH] fix: missing post count display in category listing (#212) Signed-off-by: Ryan Wang --- templates/modules/category-tree.html | 2 +- templates/modules/tag-filter.html | 2 +- templates/modules/widgets/tags.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/modules/category-tree.html b/templates/modules/category-tree.html index 5385310..80b357e 100644 --- a/templates/modules/category-tree.html +++ b/templates/modules/category-tree.html @@ -8,7 +8,7 @@ diff --git a/templates/modules/tag-filter.html b/templates/modules/tag-filter.html index 6ac796a..749392f 100644 --- a/templates/modules/tag-filter.html +++ b/templates/modules/tag-filter.html @@ -12,7 +12,7 @@ th:classappend="(${tag} and ${tag.metadata.name == tagItem.metadata.name}) or (not ${tag} and ${tagStat.index == 0}) ? '!border-indigo-400 dark:!border-indigo-200' : ''" > - + diff --git a/templates/modules/widgets/tags.html b/templates/modules/widgets/tags.html index aea6a5c..a14ebef 100644 --- a/templates/modules/widgets/tags.html +++ b/templates/modules/widgets/tags.html @@ -22,7 +22,7 @@ class="inline-flex items-center gap-x-1.5 rounded-full border border-gray-200 bg-white px-2.5 py-1 text-xs font-medium text-gray-800 shadow-sm hover:border-indigo-400 dark:border-slate-800 dark:bg-slate-700 dark:text-slate-200 dark:hover:border-indigo-200" > - +