diff --git a/themes/intotheeast/templates/trip.html.twig b/themes/intotheeast/templates/trip.html.twig index 3c5e529..c3bf358 100644 --- a/themes/intotheeast/templates/trip.html.twig +++ b/themes/intotheeast/templates/trip.html.twig @@ -67,57 +67,18 @@ -
- {{ page.header.date_start|date('d M Y') }} - {% if page.header.date_end %} — {{ page.header.date_end|date('d M Y') }}{% else %} — Ongoing{% endif %} -
- {% endif %} - - {{ journal_count }} journal {{ journal_count == 1 ? 'entry' : 'entries' }} - {% if story_count > 0 %} · {{ story_count }} {{ story_count == 1 ? 'story' : 'stories' }}{% endif %} - - -No entries yet. The journey is about to begin.
- {% endif %} - -