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 }}