Phase 4 M2: Interactive Leaflet map with route polyline and entry markers

This commit is contained in:
2026-06-18 01:11:43 +02:00
parent d3fcde9b0b
commit 82efc6450f
3 changed files with 93 additions and 1 deletions
@@ -6,11 +6,13 @@
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<link rel="stylesheet" href="{{ url('theme://css/style.css') }}">
</head>
<body>
<body class="{% if page.template == 'map' %}map-page{% endif %}">
<header class="site-header">
<a class="site-title" href="{{ base_url_absolute }}">{{ site.title }}</a>
<nav class="site-nav">
<a href="{{ base_url_absolute }}/tracker">Journal</a>
<a href="{{ base_url_absolute }}/map">Map</a>
<a href="{{ base_url_absolute }}/stats">Stats</a>
</nav>
</header>
<main class="site-main">