Restore download

main
Bob Mottram 2022-08-23 13:04:47 +01:00
parent 7d40387943
commit b7d56f475f
1 changed files with 2 additions and 4 deletions

View File

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