Fixing a template.
This commit is contained in:
parent
85751b4cd8
commit
deb6a2088e
@ -45,9 +45,9 @@ html(lang='en')
|
||||
table#last-played
|
||||
each song in .Status.LastSongs
|
||||
tr
|
||||
td= {{song.Time}}
|
||||
td= {{song.Artist}}
|
||||
td= {{song.Title}}
|
||||
td #{song.Time}
|
||||
td #{song.Artist}
|
||||
td #{song.Title}
|
||||
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".
|
||||
section
|
||||
|
Loading…
Reference in New Issue
Block a user