mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Update team and description parsing
This commit is contained in:
@@ -96,7 +96,7 @@ mixin spende(d, trunc = false)
|
||||
mixin participants(ps, link)
|
||||
.participants
|
||||
for name in ps
|
||||
- const id = name.toLowerCase()
|
||||
- const id = participantToId(name)
|
||||
- const member = team[id]
|
||||
if member
|
||||
if link
|
||||
|
||||
Reference in New Issue
Block a user