fix: single author does not show up

This commit is contained in:
Sven Vogel 2025-04-14 19:36:45 +02:00
parent d0b4120755
commit 7a302f7d39
1 changed files with 1 additions and 1 deletions
src/pages

View File

@ -112,7 +112,7 @@
#v(1.5em)
#let rows = int(config.authors.len() / 3 + 0.5)
#let rows = int(config.authors.len() / 3 + 0.9)
#for i in range(0, rows) {
let cols = calc.min(config.authors.len() - i * 3, 3)