mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-15 17:26:48 +00:00
Update team data structure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user