Should work now.
This commit is contained in:
parent
deb6a2088e
commit
db5ec743bd
@ -43,11 +43,11 @@ html(lang='en')
|
|||||||
section
|
section
|
||||||
h2 Last 10 songs
|
h2 Last 10 songs
|
||||||
table#last-played
|
table#last-played
|
||||||
each song in .Status.LastSongs
|
each time, artist, title in .Status.LastSongs
|
||||||
tr
|
tr
|
||||||
td #{song.Time}
|
td #{time}
|
||||||
td #{song.Artist}
|
td #{artist}
|
||||||
td #{song.Title}
|
td #{title}
|
||||||
section
|
section
|
||||||
p The largest number of simultaneous listeners was #[b 7] at #[time(datetime='2022-02-19') 19 February 2022], and the song was "Röyksopp - 49 Percent".
|
p The largest number of simultaneous listeners was #[b 7] at #[time(datetime='2022-02-19') 19 February 2022], and the song was "Röyksopp - 49 Percent".
|
||||||
section
|
section
|
||||||
|
Loading…
Reference in New Issue
Block a user