From b56e7113ba7476aeea20bec23b9a7c167535bf72 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Tue, 18 Feb 2020 13:18:49 +0100 Subject: [PATCH] fixing artist links to be refferer and add stat graffiti --- artists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artists.html b/artists.html index 030aa3d..68532b1 100644 --- a/artists.html +++ b/artists.html @@ -26,7 +26,7 @@ poster_image: /assets/vid/artists.jpg {% for artist in sorted %}
-

{{ artist.display_name }}

+

{{ artist.display_name }}

{% endfor %} {% include footer.html %}