|
|
|
@ -617,5 +617,5 @@ def html_hashtag_maps(base_dir: str, tag_name: str,
|
|
|
|
|
'" download="' + download_filename + '">' + \
|
|
|
|
|
description + '</a>'
|
|
|
|
|
if html_str:
|
|
|
|
|
html_str = '<center>' + html_str + '</center>\n'
|
|
|
|
|
html_str = '<center>🌍 ' + html_str + '</center>\n'
|
|
|
|
|
return html_str
|
|
|
|
|