From db5ec743bd0b8d1e479f7d07e3a8933414c1f5a0 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 10 Mar 2022 00:33:45 +0400 Subject: [PATCH] Should work now. --- internal/handlers/web/templates/index.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/handlers/web/templates/index.jade b/internal/handlers/web/templates/index.jade index 0b6970a..71cca58 100644 --- a/internal/handlers/web/templates/index.jade +++ b/internal/handlers/web/templates/index.jade @@ -43,11 +43,11 @@ html(lang='en') section h2 Last 10 songs table#last-played - each song in .Status.LastSongs + each time, artist, title in .Status.LastSongs tr - td #{song.Time} - td #{song.Artist} - td #{song.Title} + td #{time} + td #{artist} + td #{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