From 9365f464405293bf9117f25d32f30ab7cfec1720 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 20 Jun 2026 12:43:58 +0200 Subject: [PATCH] fix: apply flat entry-card structure to home.html.twig --- themes/intotheeast/templates/home.html.twig | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/themes/intotheeast/templates/home.html.twig b/themes/intotheeast/templates/home.html.twig index a4fe04c..823ee79 100644 --- a/themes/intotheeast/templates/home.html.twig +++ b/themes/intotheeast/templates/home.html.twig @@ -59,8 +59,7 @@ {% endif %} {% if item.type == 'journal' %} -
- + {% if hero %}
{{ entry.title }} @@ -98,11 +97,9 @@

{{ entry.summary|striptags|slice(0, 250)|trim }}

Read entry →
-
-
+ {% else %} -
- + {% if hero %}
{{ entry.title }} @@ -112,8 +109,7 @@ ✦ Story

{{ entry.title }}

-
-
+ {% endif %} {% endfor %} {% else %}