1
0

Another try to fix template.

This commit is contained in:
Alexander Andreev 2022-03-10 00:29:34 +04:00
parent c6c06fa014
commit 85751b4cd8
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -45,9 +45,9 @@ html(lang='en')
table#last-played table#last-played
each song in .Status.LastSongs each song in .Status.LastSongs
tr tr
td= song.Time td= {{song.Time}}
td= song.Artist td= {{song.Artist}}
td= song.Title td= {{song.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