Map: positions

This commit is contained in:
Pascal Engélibert
2023-04-26 11:24:49 +02:00
parent d3da1077b2
commit 98f519215a
4 changed files with 43 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<meta charset="utf-8"/>
<title>{% block title %}{% endblock title %}</title>
<link rel="stylesheet" href="/css/base.css"/>
{% if page.extra.leaflet or section.extra.leaflet %}<link rel="stylesheet" href="/vendor/leaflet/leaflet.css"/>{% endif %}
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width"/>
<meta name="robots" content="noindex,nofollow"/><!-- TODO remove this for production -->