fix: add collection config to demo dailies.md; photo strip keyboard access

- demo dailies.md: add content.items collection config (required for page.collection())
- base.html.twig: add tabindex="0" to journal-photo-strip for WCAG scrollable-region-focusable

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
2026-06-20 22:12:46 +02:00
parent 63a826fc8e
commit ee107eebdf
2 changed files with 8 additions and 0 deletions
@@ -1,4 +1,11 @@
---
title: Journal
template: dailies
content:
items: '@self.children'
order:
by: date
dir: desc
filter:
published: true
---