From b2fa96cd724d24bbb7e48c535e743556cdf5680e Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Fri, 10 Jan 2025 18:11:56 -0500 Subject: [PATCH] Fix collab links --- templates/song-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/song-list.html b/templates/song-list.html index 1ee7d80..5e4e988 100644 --- a/templates/song-list.html +++ b/templates/song-list.html @@ -30,7 +30,7 @@
{% for collab in song.collaborators %} {% if collab.startswith("@") %} - {{ collab }} + {{ collab }} {% else %} {{ collab }} {% endif %} -- 2.39.5