Let's try this.
This commit is contained in:
parent
8b34a5bddf
commit
6a44747bdd
@ -30,7 +30,7 @@ html(lang='en')
|
||||
audio(preload='none' controls='')
|
||||
source(src='/live/stream.ogg' type='audio/ogg')
|
||||
| Your browser doesn't support an audio element, it's sad... But you always can take the #[a(href='/playlist') playlist].
|
||||
if (.Status.ServerStartDate != 'n/a')
|
||||
if (!(.Status.ServerStartDate == 'n/a'))
|
||||
p #[span#radio-status On-air since #[time(datetime=.Status.ServerStartISO8601)= .Status.ServerStartDate]]
|
||||
else
|
||||
p #[span#radio-status Radio is offline.]
|
||||
|
Loading…
Reference in New Issue
Block a user