Show hashtag categories

main
bashrc 2026-08-27 17:05:52 +01:00
parent 62a3cf5240
commit 85a57bad00
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ def html_hash_tag_swarm(base_dir: str, actor: str, translate: {},
# swarm of categories # swarm of categories
category_swarm_str: str = '' category_swarm_str: str = ''
if category_swarm: if category_swarm and show_categories:
if len(category_swarm) > 3: if len(category_swarm) > 3:
category_swarm.sort() category_swarm.sort()
for category_str in category_swarm: for category_str in category_swarm: