From c49caeaaa37a2fcc23bb6206116a10050d5159f7 Mon Sep 17 00:00:00 2001 From: Pierce Thompson Date: Tue, 9 May 2023 02:23:04 -0400 Subject: [PATCH] URL encode artist link parameters --- CHANGELOG.md | 4 ++++ templates/artist.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cbd1b..04d91b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.x.x: +- Fixed image URL on the artist page not being URL encoded. + + ## 0.3.0: - Added a section for the top 5 songs on the artist page. - Added more information to page titles. diff --git a/templates/artist.html b/templates/artist.html index bc93b3b..3ae98eb 100644 --- a/templates/artist.html +++ b/templates/artist.html @@ -13,7 +13,7 @@ {% block content %}
- Thumbnail + Thumbnail

{{ artist.name|e }}

{% if artist.alternate_names.is_some() && !artist.alternate_names.as_ref().unwrap().is_empty() %} @@ -27,7 +27,7 @@
{% for social in artist.socials() %} -