mirror of https://gitlab.com/bashrc2/epicyon
Use pin icon to indicate map
parent
790b935e18
commit
153f446b6f
2
maps.py
2
maps.py
|
@ -680,5 +680,5 @@ def html_hashtag_maps(base_dir: str, tag_name: str,
|
|||
'" download="' + download_filename + '">' + \
|
||||
description + '</a>'
|
||||
if html_str:
|
||||
html_str = '🌍 ' + html_str
|
||||
html_str = '📌 ' + html_str
|
||||
return html_str
|
||||
|
|
|
@ -184,7 +184,7 @@ def html_hash_tag_swarm(base_dir: str, actor: str, translate: {}) -> str:
|
|||
tag_display_name = tag_name
|
||||
tag_map_filename = os.path.join(base_dir + '/tagmaps', tag_name)
|
||||
if os.path.isfile(tag_map_filename):
|
||||
tag_display_name = '🌍' + tag_name
|
||||
tag_display_name = '📌' + tag_name
|
||||
tag_swarm_str += \
|
||||
'<a href="' + actor + '/tags/' + tag_name + \
|
||||
'" class="hashtagswarm">' + tag_display_name + '</a>\n'
|
||||
|
|
Loading…
Reference in New Issue