fix: single author does not show up (#124)

Reviewed-on: #124
Co-authored-by: servostar <sven.vogel123@web.de>
Co-committed-by: servostar <sven.vogel123@web.de>
This commit is contained in:
Sven Vogel 2025-04-14 17:47:11 +00:00 committed by Sven Vogel
parent d0b4120755
commit 02bdad70ac
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
#v(1.5em) #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) { #for i in range(0, rows) {
let cols = calc.min(config.authors.len() - i * 3, 3) let cols = calc.min(config.authors.len() - i * 3, 3)