mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
🛠 Content updates
This commit is contained in:
@@ -2,10 +2,10 @@ extends /template.pug
|
||||
|
||||
block main
|
||||
- const ticker = shuffle(site.meta.ticker).join(" +++ ") + " +++ "
|
||||
- const duration = ticker.length / 4
|
||||
.ticker
|
||||
.inner
|
||||
pre= ticker
|
||||
pre= ticker
|
||||
pre(style=`animation-duration:${duration}s`)= ticker
|
||||
pre(style=`animation-duration:${duration}s`)= ticker
|
||||
|
||||
.wrap
|
||||
section
|
||||
|
||||
Reference in New Issue
Block a user