From 327be80b7969bb32a4cc7c60bdc1da7730da7e89 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 28 Oct 2024 05:56:53 -0700 Subject: [PATCH] fix: label + data arg --- package-lock.json | 4 ++-- package.json | 2 +- src/pages/music/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 892dd4ce..b80bd2b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "2.3.1", + "version": "2.3.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.7.0", diff --git a/package.json b/package.json index 81670ff9..01f44c8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "2.3.1", + "version": "2.3.2", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/pages/music/index.html b/src/pages/music/index.html index 32a0e150..09a64d7e 100644 --- a/src/pages/music/index.html +++ b/src/pages/music/index.html @@ -8,7 +8,7 @@ schema: music-index

{{ title }}

I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | mediaLinks: "genre", 5 }}.

Take a look at what I've listened to this month or check out the concerts I've been to.

-{% render "blocks/now-playing.liquid", music:music %} +

Last track listened to: {% render "blocks/now-playing.liquid", nowPlaying:nowPlaying.content %}


{% tablericon "microphone-2" %}