Improve meetups

This commit is contained in:
Dennis Reimann
2021-09-28 15:24:30 +02:00
parent b556fbefc6
commit 0ea93f57ec
2 changed files with 12 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ block main
li(style=`top:${m.top}%;left:${m.left}%;`)
a(href=m.url target="_blank" rel="nofollow noopener")
.dot(style=`animation-delay:${((j*2000) + random(3000))}ms;animation-duration:${meetups.length*2}s;`)
= m.name
= m.name.replace('Bitcoin ', '')
- j++
img(src=assetPath('/img/dach.svg') alt="DE, AT, CH")