chore: filters + cleanup
This commit is contained in:
parent
360111c784
commit
515da740ba
5 changed files with 35 additions and 28 deletions
|
@ -51,5 +51,5 @@ schema: music-index
|
|||
{% tablericon "calendar-time" "Anticipated albums" %}
|
||||
Anticipated albums
|
||||
</h3>
|
||||
{% render "partials/media/grid.liquid", data:albumReleases, shape: "square", count: 8 %}
|
||||
{% render "partials/media/grid.liquid", data:albumReleases.upcoming, shape: "square", count: 8 %}
|
||||
{% endif %}
|
Reference in a new issue