fix: layout

This commit is contained in:
Cory Dransfeldt 2024-06-15 20:55:25 -07:00
parent cabc3386a3
commit b2132c18c7
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -17,7 +17,8 @@
play
{% endif %}
{% endcapture %}
<div class="subtext">{{ item.artist }} / {{ item.plays }} {{ playsLabel }}</div>
<div class="subtext">{{ item.artist }}</div>
<div class="subtext">{{ item.plays }} {{ playsLabel }}</div>
</div>
</div>
{% render "partials/media/progress-bar.liquid", percentage:percentage %}