From 138649c8e51505ccd2a7c38fca8241416ac49346 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 20 Jun 2026 15:47:37 +0200 Subject: [PATCH] docs: clarify intentional sort omission in dailies feed --- themes/intotheeast/templates/dailies.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/intotheeast/templates/dailies.html.twig b/themes/intotheeast/templates/dailies.html.twig index 564a8db..9511f35 100644 --- a/themes/intotheeast/templates/dailies.html.twig +++ b/themes/intotheeast/templates/dailies.html.twig @@ -13,6 +13,8 @@ {% set all_items = all_items|merge([{'type': 'story', 'page': s, 'date': s.date}]) %} {% endfor %} +{# No sort needed: page.collection() returns journal entries date-descending per dailies.md config. Dailies has no stories, so no re-merge sort is needed. #} + {# Collect GPS entries for mini-map #} {% set map_entries = [] %} {% for item in all_items %}