From 97935ac3e333fc3aff4ea4555eda8caec11cee42 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 30 Mar 2022 19:58:24 +0400 Subject: [PATCH] Commenting out lst-played. --- internal/handlers/web/templates/index.jade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/handlers/web/templates/index.jade b/internal/handlers/web/templates/index.jade index 7f2a621..b6e743b 100644 --- a/internal/handlers/web/templates/index.jade +++ b/internal/handlers/web/templates/index.jade @@ -42,12 +42,12 @@ html(lang='en') section h2 Last 10 songs table#last-played - each time, artist, title in .Songs - tr - td #{time} - td #{artist} - td #{title} - else + //- each time, artist, title in .Songs + //- tr + //- td #{time} + //- td #{artist} + //- td #{title} + //- else p Nothing to show here. 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".