From 41aea2112ad98e85ae0d04521a492e37fd8c9694 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 25 Jun 2024 03:02:37 +0400 Subject: [PATCH] For note.svg the missing alt and title attrs were added. --- web/index.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.templ b/web/index.templ index 833839e..fa95244 100644 --- a/web/index.templ +++ b/web/index.templ @@ -81,7 +81,7 @@ templ Index(curSong *radio.Song, sl []radio.Song, slLen int64, lstnrs *radio.Lis

- + Song if curSong != nil && curSong.Artist != "" { { curSong.Artist } - { curSong.Title }