Fixing a template.
This commit is contained in:
parent
85751b4cd8
commit
deb6a2088e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user