From 608ccfdecdaf4783a5b820763d3b33e4e5ea0b22 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 21 Jun 2026 21:10:48 +0200 Subject: [PATCH] fix(partial): restore data-slides on photo strip Missing data-slides caused base.html.twig arrow script to read slideCount as 1 and bail before creating prev/next controls. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr --- themes/intotheeast/templates/partials/entry-journal.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/templates/partials/entry-journal.html.twig b/themes/intotheeast/templates/partials/entry-journal.html.twig index 980766c..3c4dc78 100644 --- a/themes/intotheeast/templates/partials/entry-journal.html.twig +++ b/themes/intotheeast/templates/partials/entry-journal.html.twig @@ -30,7 +30,7 @@ {% set firstImg = images|first %} {% set wrapRatio = firstImg.height > firstImg.width ? '4 / 5' : '4 / 3' %}
-