--- a/src/main.cpp Fri Jan 31 22:11:04 2025 +0100 +++ b/src/main.cpp Fri Jan 31 22:27:28 2025 +0100 @@ -218,7 +218,7 @@ html::h1(repo); for (const auto &[author, entries] : authors) { html::h2(author); - html::table_begin(); + html::table_begin(year); // initialize counters unsigned column = 0, row = 0;