Tracker ordering fix + March–April fixture entries #1

Merged
m038 merged 34 commits from experimental-polar-steps into main 2026-06-18 22:41:55 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit c63378740c - Show all commits
@@ -9,6 +9,8 @@
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ url('theme://css/tokens.css') }}">
<link rel="stylesheet" href="{{ url('theme://css/style.css') }}">
{{ assets.css()|raw }}
{{ assets.js()|raw }}
</head>
<body class="{% if page.template == 'map' %}map-page{% endif %}">
<header class="site-header">
@@ -22,5 +24,6 @@
<main class="site-main">
{% block content %}{% endblock %}
</main>
{{ assets.js('bottom')|raw }}
</body>
</html>
@@ -1,7 +1,7 @@
{% extends 'default.html.twig' %}
{% block content %}
{% set entries = page.children %}
{% set entries = page.collection() %}
{# Collect GPS entries for mini-map #}
{% set map_entries = [] %}