From 9fa19882116eb8c5cd797e179b7eb920cdf698b0 Mon Sep 17 00:00:00 2001 From: Mischa Date: Thu, 25 Jun 2026 07:29:14 +0200 Subject: [PATCH] chore: remove 39 ui-test entries from italy-2026-demo dailies --- themes/intotheeast/templates/story.html.twig | 29 ++++++++++++++++++++ themes/intotheeast/templates/trips.html.twig | 14 ++++++++++ 2 files changed, 43 insertions(+) diff --git a/themes/intotheeast/templates/story.html.twig b/themes/intotheeast/templates/story.html.twig index 657a2b1..2e83e02 100644 --- a/themes/intotheeast/templates/story.html.twig +++ b/themes/intotheeast/templates/story.html.twig @@ -6,6 +6,7 @@ {% endblock %} {% block content %} +
{% import 'macros/date-range.html.twig' as dr_m %} {% set hero_url = null %} {% if page.header.hero_image %} @@ -46,6 +47,15 @@
+ {% if location or date_str %} +
+ + {{- date_str -}} + {%- if location and date_str %} · {% endif -%} + {{- location -}} + +
+ {% endif %} {{ page.content|raw }}