mirror of https://gitlab.com/bashrc2/epicyon
Restore download
parent
7d40387943
commit
b7d56f475f
6
maps.py
6
maps.py
|
@ -676,10 +676,8 @@ def html_hashtag_maps(base_dir: str, tag_name: str,
|
|||
if translate.get(period_str):
|
||||
description = translate[period_str]
|
||||
html_str += '<a href="' + endpoint_str + \
|
||||
'">' + description + '</a>'
|
||||
# html_str += '<a href="' + endpoint_str + \
|
||||
# '" download="' + download_filename + '">' + \
|
||||
# description + '</a>'
|
||||
'" download="' + download_filename + '">' + \
|
||||
description + '</a>'
|
||||
if html_str:
|
||||
html_str = '🌍 ' + html_str
|
||||
return html_str
|
||||
|
|
Loading…
Reference in New Issue