From c63378740c8850d8cdfc70f0c2ec797b421ae492 Mon Sep 17 00:00:00 2001 From: Mischa Date: Thu, 18 Jun 2026 22:34:19 +0200 Subject: [PATCH] fix: use page.collection() for tracker descending date order page.children ignores the order.by/dir frontmatter config; page.collection() applies it, so entries now render newest-first as intended. Also wire Grav asset pipeline into base template (assets.css/js tags). Co-Authored-By: Claude Sonnet 4.6 --- themes/intotheeast/templates/partials/base.html.twig | 3 +++ themes/intotheeast/templates/tracker.html.twig | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/intotheeast/templates/partials/base.html.twig b/themes/intotheeast/templates/partials/base.html.twig index 539be3d..12650b1 100644 --- a/themes/intotheeast/templates/partials/base.html.twig +++ b/themes/intotheeast/templates/partials/base.html.twig @@ -9,6 +9,8 @@ + {{ assets.css()|raw }} + {{ assets.js()|raw }}