1
0

Fixing a template.

This commit is contained in:
Alexander Andreev 2022-03-10 00:30:47 +04:00
parent 85751b4cd8
commit deb6a2088e
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