🛠 Content updates

This commit is contained in:
Dennis Reimann
2020-10-07 11:49:54 +02:00
parent 5eb10060d9
commit 50aebb8343
4 changed files with 15 additions and 21 deletions

View File

@@ -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