mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
Improve meetups
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user