docs: update reference docs to match implementation (dark theme, MapLibre, /dailies)

This commit is contained in:
2026-06-21 14:34:45 +02:00
parent 4be7a52fd8
commit 11167e9a65
3 changed files with 390 additions and 25 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ templates/
└─ gpx-manager.html.twig ← extends base; admin UI for GPX file management
```
Partials live in `templates/partials/`. Key partials: `entry-card.html.twig` (feed card), `map-init.html.twig` (shared MapLibre bootstrap).
Partials live in `templates/partials/`. Currently one partial: `base.html.twig` (the site shell extended by all page templates).
---