mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-18 06:53:27 +02:00
Fixed map link in text version
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
{% if r.location.coordinates %}
|
||||
### Coordinates
|
||||
lat: {{r.location.coordinates.lat}}, lon: {{r.location.coordinates.lon}}
|
||||
=> {{ links::map_link(lat=r.location.coordinates.lat, lon=r.location.coordinates.lon)}}">
|
||||
=> {{ links::map_link(lat=r.location.coordinates.lat, lon=r.location.coordinates.lon)}}
|
||||
{% endif %}
|
||||
|
||||
The GeopIP and ASN information is provided by the GeoLite2 database created by MaxMind.
|
||||
|
Reference in New Issue
Block a user