mirror of https://gitlab.com/bashrc2/epicyon
Prepend https if needed
parent
76cd2e8465
commit
41a9fedeed
|
@ -684,6 +684,8 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
|
||||||
maps_url = get_config_param(base_dir, 'mapsUrl')
|
maps_url = get_config_param(base_dir, 'mapsUrl')
|
||||||
if not maps_url:
|
if not maps_url:
|
||||||
maps_url = 'https://www.openstreetmap.org'
|
maps_url = 'https://www.openstreetmap.org'
|
||||||
|
if '://' not in maps_url:
|
||||||
|
maps_url = 'https://' + maps_url
|
||||||
location_label_with_link = \
|
location_label_with_link = \
|
||||||
'<a href="' + maps_url + '" ' + \
|
'<a href="' + maps_url + '" ' + \
|
||||||
'rel="nofollow noopener noreferrer" target="_blank">' + \
|
'rel="nofollow noopener noreferrer" target="_blank">' + \
|
||||||
|
|
Loading…
Reference in New Issue