World icon

main
Bob Mottram 2022-08-22 23:22:13 +01:00
parent 1a6fcd45c6
commit 6ab8deefec
1 changed files with 1 additions and 1 deletions

View File

@ -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