From b2132c18c77ad1f58232d1873e2d02f3d281e8a1 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 15 Jun 2024 20:55:25 -0700 Subject: [PATCH] fix: layout --- package-lock.json | 4 ++-- package.json | 2 +- src/_includes/partials/media/music/chart.liquid | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c9aefad..1fa28b7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.3.21", + "version": "19.3.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.3.21", + "version": "19.3.22", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 0592c960..5fcce922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.3.21", + "version": "19.3.22", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/partials/media/music/chart.liquid b/src/_includes/partials/media/music/chart.liquid index 8ec7ff20..09f8779f 100644 --- a/src/_includes/partials/media/music/chart.liquid +++ b/src/_includes/partials/media/music/chart.liquid @@ -17,7 +17,8 @@ play {% endif %} {% endcapture %} -
{{ item.artist }} / {{ item.plays }} {{ playsLabel }}
+
{{ item.artist }}
+
{{ item.plays }} {{ playsLabel }}
{% render "partials/media/progress-bar.liquid", percentage:percentage %}