chore: drop album releases underlines
This commit is contained in:
parent
da74aeee2b
commit
605529c3f2
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
{% for album in albumReleases %}
|
{% for album in albumReleases %}
|
||||||
<li>
|
<li>
|
||||||
<strong>{{ album.date | readableDate }}: </strong>
|
<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}}
|
{{album.title}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Reference in a new issue