diff options
Diffstat (limited to 'templates/history_by_year.html.ep')
-rw-r--r-- | templates/history_by_year.html.ep | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/history_by_year.html.ep b/templates/history_by_year.html.ep index f73d7ec..c5cffa0 100644 --- a/templates/history_by_year.html.ep +++ b/templates/history_by_year.html.ep @@ -1,6 +1,4 @@ -% my $since = get_oldest_journey_ts(); -% my $now = DateTime->now(time_zone => 'Europe/Berlin'); -%= include '_history_years', current => $year, since => $since, now => $now; +%= include '_history_years', current => $year; <h1>Jahresrückblick <%= $year %></h1> |