diff --git a/templates/macros.html b/templates/macros.html
index 5335d62..f0ca499 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -127,7 +127,7 @@ https://www.flightradar24.com/data/flights/{{ flight.airline_detail.iata | lower
{% if item.arrive %}
@@ -155,7 +155,7 @@ https://www.flightradar24.com/data/flights/{{ flight.airline_detail.iata | lower
{% set full_flight_number = item.airline_code + item.flight_number %}
{% set radarbox_url = "https://www.radarbox.com/data/flights/" + full_flight_number %}
{{ item.depart.strftime("%a, %d %b %Y") }}
-
{{ item.from }} → {{ item.to }}
+
{{ item.from }} → {{ item.to }}
{{ item.depart.strftime("%H:%M") }}
{% if item.arrive %}
@@ -197,7 +197,7 @@ https://www.flightradar24.com/data/flights/{{ flight.airline_detail.iata | lower
{{ item.depart.strftime("%a, %d %b %Y") }}
{{ item.depart.strftime("%H:%M") }}
@@ -243,7 +243,7 @@ https://www.flightradar24.com/data/flights/{{ flight.airline_detail.iata | lower
{{ item.depart.strftime("%a, %d %b %Y") }}
{{ item.depart.strftime("%H:%M") }}
@@ -282,7 +282,7 @@ https://www.flightradar24.com/data/flights/{{ flight.airline_detail.iata | lower
{% macro ferry_row(item) %}
{{ item.depart.strftime("%a, %d %b %Y") }}
- {{ item.from }} → {{ item.to }}
+ {{ item.from }} → {{ item.to }}
{{ item.depart.strftime("%H:%M") }}