diff --git a/www/_templates/front_wrap.php b/www/_templates/front_wrap.php index 3d21d89..825d21b 100644 --- a/www/_templates/front_wrap.php +++ b/www/_templates/front_wrap.php @@ -24,7 +24,9 @@ " . $tag['name'] . " (" . $tag['count'] . ")"; + if ($tag['count'] > 0) { + echo '
  • " . $tag['name'] . " (" . $tag['count'] . ")
  • "; + } } ?>