From ec83af252377bb337640aaa996c97f28167c5281 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Sun, 19 Apr 2020 17:06:42 +0200
Subject: [PATCH] commute: show weekday name in journey list

---
 templates/commute.html.ep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/commute.html.ep b/templates/commute.html.ep
index 476f6e7b..d92089d9 100644
--- a/templates/commute.html.ep
+++ b/templates/commute.html.ep
@@ -85,5 +85,5 @@
 
 % for my $i (0 .. $#{$months}) {
 	<h2><%= $months->[$i] %></h2>
-	%= include '_history_trains', date_format => '%d.%m.', journeys => $journeys_by_month->{$i+1} // []
+	%= include '_history_trains', date_format => '%a %d.%m.', journeys => $journeys_by_month->{$i+1} // []
 % }
-- 
GitLab