summaryrefslogtreecommitdiff
path: root/templates/history_by_year.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-11-21 15:33:43 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-11-21 15:34:06 +0100
commitccfdd8007e136d5d98652d415dda8eb595a2ada9 (patch)
tree6b685625b796dfe3c251ab012a80239c6d3d1795 /templates/history_by_year.html.ep
parente3fba3dcd493f609e107435867c4a67cb7ee420f (diff)
testing a more organized history navigation1.18.9
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');