1
0

Uncommenting last-played table.

This commit is contained in:
Alexander Andreev 2022-03-30 20:02:07 +04:00
parent 97935ac3e3
commit 2664d24c5f
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -42,12 +42,12 @@ html(lang='en')
section
h2 Last 10 songs
table#last-played
//- each time, artist, title in .Songs
//- tr
//- td #{time}
//- td #{artist}
//- td #{title}
//- else
each time, artist, title in .Songs
tr
td #{time}
td #{artist}
td #{title}
else
p Nothing to show here.
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".