Fixed map link in text version

This commit is contained in:
Slatian
2023-02-25 18:04:31 +01:00
parent 65306fe05a
commit 574fe77717
2 changed files with 3 additions and 3 deletions

View File

@ -31,6 +31,6 @@
</ul>
{% endmacro asn_links %}
{% macro map_link(lat, lon) %}
{% macro map_link(lat, lon) -%}
https://www.openstreetmap.org/export/embed.html?bbox={{lon-0.03}}%2C{{lat-0.03}}%2C{{lon+0.03}}%2C{{lat+0.03}}&layer=mapnik&marker={{lat}}%2C{{lon}}
{% endmacro map_link %}
{%- endmacro map_link %}