summaryrefslogtreecommitdiff
path: root/templates/history_by_year.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/history_by_year.html.ep')
-rw-r--r--templates/history_by_year.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/history_by_year.html.ep b/templates/history_by_year.html.ep
index c5cffa0..a112258 100644
--- a/templates/history_by_year.html.ep
+++ b/templates/history_by_year.html.ep
@@ -1,10 +1,10 @@
%= include '_history_years', current => $year;
-<h1>Jahresrückblick <%= $year %></h1>
-
% if (stash('statistics')) {
%= include '_history_stats', stats => stash('statistics');
% }
+%
+%= include '_history_months_for_year';
% if (stash('journeys')) {
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');