feat: additional album release details

This commit is contained in:
Cory Dransfeldt 2024-05-13 12:11:43 -07:00
parent eb6b227006
commit 6e5bada890
No known key found for this signature in database
5 changed files with 49 additions and 55 deletions

View file

@ -8,8 +8,13 @@
<li>
<strong>{{ album.date }}: </strong>
<a href="{{ album.url}}" title="{{ album.title | escape}} by {{ album.artist | escape}}">
{{ album.title }} by {{ album.artist }}
{{ album.title }}
</a>
<span> by </span>
<a href="https://musicbrainz.org/artist/{{ album.mbid }}">
{{ album.artist }}
</a>
<span> • {{ album.genre }}</span>
</li>
{% endfor %}
</ul>