Display and link participants

This commit is contained in:
Dennis Reimann
2021-09-20 15:54:33 +02:00
parent d8f64e6ff8
commit 809bd1e941
4 changed files with 19 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ mixin sprite(id)
use(xlink:href=`${assetPath("/img/sprite.svg")}#${id}`)
mixin member(m)
li.member
li.member(id=m.name)
img(src=assetPath(m.image) alt=m.name loading="lazy")
header
h2=m.name