chore: drop album releases underlines
This commit is contained in:
parent
da74aeee2b
commit
605529c3f2
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
{% for album in albumReleases %}
|
||||
<li>
|
||||
<strong>{{ album.date | readableDate }}: </strong>
|
||||
<a href="https://{{album.url}}" title="{{album.title | escape}}">
|
||||
<a class="no-underline" href="https://{{album.url}}" title="{{album.title | escape}}">
|
||||
{{album.title}}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Reference in a new issue