Uncommenting last-played table.
This commit is contained in:
parent
97935ac3e3
commit
2664d24c5f
@ -42,12 +42,12 @@ html(lang='en')
|
|||||||
section
|
section
|
||||||
h2 Last 10 songs
|
h2 Last 10 songs
|
||||||
table#last-played
|
table#last-played
|
||||||
//- each time, artist, title in .Songs
|
each time, artist, title in .Songs
|
||||||
//- tr
|
tr
|
||||||
//- td #{time}
|
td #{time}
|
||||||
//- td #{artist}
|
td #{artist}
|
||||||
//- td #{title}
|
td #{title}
|
||||||
//- else
|
else
|
||||||
p Nothing to show here.
|
p Nothing to show here.
|
||||||
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".
|
||||||
|
Loading…
Reference in New Issue
Block a user