chore: move artist alias data to json file

This commit is contained in:
Cory Dransfeldt 2023-07-04 09:51:51 -07:00
parent e62b5276a6
commit 1da33bb2ea
No known key found for this signature in database
3 changed files with 15 additions and 13 deletions

View file

@ -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 %}