1
0

Should work now.

This commit is contained in:
Alexander Andreev 2022-03-10 00:33:45 +04:00
parent deb6a2088e
commit db5ec743bd
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -43,11 +43,11 @@ html(lang='en')
section
h2 Last 10 songs
table#last-played
each song in .Status.LastSongs
each time, artist, title in .Status.LastSongs
tr
td #{song.Time}
td #{song.Artist}
td #{song.Title}
td #{time}
td #{artist}
td #{title}
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".
section