chore: move artist alias data to json file
This commit is contained in:
parent
e62b5276a6
commit
1da33bb2ea
3 changed files with 15 additions and 13 deletions
|
@ -90,7 +90,7 @@ layout: main
|
|||
</div>
|
||||
</div>
|
||||
{%- capture albumName %}{{ album.name | escape }}{% endcapture -%}
|
||||
{% image album.art, albumName, 'rounded-lg w-full', '225px' %}
|
||||
{% image album.art, albumName, 'rounded-lg w-full h-full', '225px' %}
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue