Another fix for index.jade.
This commit is contained in:
parent
91f9c1c17b
commit
8d4ef85e99
@ -35,7 +35,7 @@ html(lang='en')
|
||||
//- p #[span#radio-status On-air since #[time(datetime=.Status.ServerStartISO8601)= .Status.ServerStartDate]]
|
||||
//- else
|
||||
//- p #[span#radio-status Radio is offline.]
|
||||
p Now playing: #[span#radio-song= .Status.SongName]
|
||||
p Now playing: #[span#radio-song #{.Status.SongName}]
|
||||
//- p Current/peak listeners: #[span#radio-listeners= .Status.Listeners] / #[span#radio-listener-peak= .Status.ListenerPeak]
|
||||
p
|
||||
small Notice: information updates every 45 seconds. But you can #[button(id='btn-update') update] it forcibly.
|
||||
|
Loading…
Reference in New Issue
Block a user