Commit Graph

6 Commits

Author SHA1 Message Date
svemagie
3e6502f88c style: style /been with p-summary 2026-03-11 09:05:43 +01:00
svemagie
6dd86c562a fix: skip first checkin on /been using loop.first (shown on /where)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 08:52:43 +01:00
svemagie
c88b19469c fix: replace broken Nunjucks slice(1) with correct checkin loop
Nunjucks slice(n) groups items into n buckets (not array.slice(n)).
This caused checkin to be an array instead of an object, making
all fields render empty. Now iterates all checkins directly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 08:51:43 +01:00
svemagie
dce97d8d9b fix: been layout now passes content through instead of placeholder
layouts/been.njk was overriding the page template content with
placeholder text. Now outputs {{ content | safe }} so been.njk
renders correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 08:44:12 +01:00
svemagie
345ed62784 feat: unify check-in rendering in /been with /where, consistent design for all entries 2026-03-11 08:05:35 +01:00
svemagie
a7a1911ef6 feat: move /where override to base, add /been for past check-ins, remove upstream theme/where.njk 2026-03-11 07:42:40 +01:00