Phase 4 M2: Interactive Leaflet map with route polyline and entry markers
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user