chore: release urls

This commit is contained in:
Cory Dransfeldt 2024-05-26 17:05:11 -07:00
parent b21c969079
commit 6e0d76d8b6
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -11,10 +11,10 @@
{{ album.title }}
</a>
<span> by </span>
<a href="https://musicbrainz.org/artist/{{ album.mbid }}">
<a href="{{ album.artist_url }}">
{{ album.artist }}
</a>
<span> • {{ album.genre }}</span>
<span> • <a href="https://coryd.dev/music/genres/{{ album.genre | slugify | downcase }}">{{ album.genre }}</a></span>
</li>
{% endfor %}
</ul>