From 85a57bad004e7a62c53d71b8b42c0b9382f5bb84 Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 27 Aug 2026 17:05:52 +0100 Subject: [PATCH] Show hashtag categories --- src/webapp_hashtagswarm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webapp_hashtagswarm.py b/src/webapp_hashtagswarm.py index 2764be9a7..6b44c4127 100644 --- a/src/webapp_hashtagswarm.py +++ b/src/webapp_hashtagswarm.py @@ -220,7 +220,7 @@ def html_hash_tag_swarm(base_dir: str, actor: str, translate: {}, # swarm of categories category_swarm_str: str = '' - if category_swarm: + if category_swarm and show_categories: if len(category_swarm) > 3: category_swarm.sort() for category_str in category_swarm: