Commit Graph

9 Commits

Author SHA1 Message Date
svemagie
1937bf48fd Revert "fix: move /til and /where to /slashpage/til and /slashpage/where"
This reverts commit 491c51d48d.
2026-03-15 11:36:38 +01:00
svemagie
491c51d48d fix: move /til and /where to /slashpage/til and /slashpage/where
Update permalinks and all internal links accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 11:32:50 +01:00
svemagie
856792ebbe fix(a11y): sweep all remaining accent-600 contrast failures across all components, pages, CSS and JS
Bump all text-accent-600/dark:text-accent-400 to accent-700/300 for WCAG AA.
Bluesky brand blue fixed: #0085ff -> #0057c7 (light) / keep #0085ff (dark).
37 files changed across widgets, sections, layouts, pages, CSS and JS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 15:47:09 +01:00
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