mirror of https://gitlab.com/bashrc2/epicyon
World icon
parent
1a6fcd45c6
commit
6ab8deefec
2
maps.py
2
maps.py
|
@ -617,5 +617,5 @@ def html_hashtag_maps(base_dir: str, tag_name: str,
|
||||||
'" download="' + download_filename + '">' + \
|
'" download="' + download_filename + '">' + \
|
||||||
description + '</a>'
|
description + '</a>'
|
||||||
if html_str:
|
if html_str:
|
||||||
html_str = '<center>' + html_str + '</center>\n'
|
html_str = '<center>🌍 ' + html_str + '</center>\n'
|
||||||
return html_str
|
return html_str
|
||||||
|
|
Loading…
Reference in New Issue