diff --git a/themes/intotheeast/templates/dailies.html.twig b/themes/intotheeast/templates/dailies.html.twig index 94665d4..49cd879 100644 --- a/themes/intotheeast/templates/dailies.html.twig +++ b/themes/intotheeast/templates/dailies.html.twig @@ -35,80 +35,15 @@ {% set trip_page = page.parent() %} -{% if map_entries|length > 0 %} -
-
- -
- View full map → -
- - - - - - -{% endif %} +{% include 'partials/feed-map.html.twig' with { + 'map_entries': map_entries, + 'map_id': 'feed-map', + 'map_var': 'feedMap', + 'link_href': page.parent().url ~ '/map', + 'card_prefix': 'entry-', + 'trip_page': trip_page, + 'show_journey': true +} only %}