mirror of https://gitlab.com/bashrc2/epicyon
Show hashtag categories
parent
62a3cf5240
commit
85a57bad00
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue