From 7d1fad2d622d2c793705ea8bf97d659a209f59c5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 5 Jun 2024 18:12:46 -0700 Subject: [PATCH] chore: update music page --- src/pages/main/music/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html index bd84a420..94fc4e28 100644 --- a/src/pages/main/music/index.html +++ b/src/pages/main/music/index.html @@ -87,5 +87,5 @@ schema: music-index {% tablericon "calendar-time" "Anticipated albums" %} Anticipated albums -{% render "partials/media/grid.liquid", data:albumReleases, shape: "square" %} +{% render "partials/media/grid.liquid", data:albumReleases, shape: "square", count: 8 %} {% endif %} \ No newline at end of file