From: Chris Fulljames Date: Fri, 10 Jan 2025 23:11:56 +0000 (-0500) Subject: Fix collab links X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=b2fa96cd724d24bbb7e48c535e743556cdf5680e;p=littlesongplace.git Fix collab links --- 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 %}