Update team data structure

This commit is contained in:
Dennis Reimann
2022-04-19 13:19:36 +02:00
parent f15e653fb6
commit 425a807489
5 changed files with 21 additions and 26 deletions

View File

@@ -32,7 +32,7 @@ block main
ul.partcipants
for participant in episode.participants
li
if participants[participant]
if team[participant.toLowerCase()]
a(href=`/team/#${participant}`)= participant
else
= participant