refactor: organize routing a bit
This commit is contained in:
@ -35,7 +35,7 @@ templ ArtistPage(a data.Artist) {
|
||||
<img
|
||||
id="artwork-preview"
|
||||
src={ data.ExtractImageURL(album.Image) }
|
||||
alt="Artist image"
|
||||
alt="Album image"
|
||||
/>
|
||||
<p>{ album.Name }</p>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user