fix: label + data arg

This commit is contained in:
Cory Dransfeldt 2024-10-28 05:56:53 -07:00
parent f6a4481f0a
commit 327be80b79
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -8,7 +8,7 @@ schema: music-index
<h2>{{ title }}</h2>
<p>I've listened to <strong class="highlight-text">{{ music.week.artists.size }} artists</strong>, <strong class="highlight-text">{{ music.week.albums.size }} albums</strong> and <strong class="highlight-text">{{ music.week.totalTracks }} tracks</strong> this week. Most of that has been {{ music.week.genres | mediaLinks: "genre", 5 }}.</p>
<p><strong class="highlight-text">Take a look at what I've listened to</strong> <a href="/music/this-month">this month</a> or <a href="/music/concerts">check out the concerts I've been to.</a></p>
{% render "blocks/now-playing.liquid", music:music %}
<p><span class="music">Last track listened to:</span> {% render "blocks/now-playing.liquid", nowPlaying:nowPlaying.content %}</p>
<hr />
<h3 id="artists">
{% tablericon "microphone-2" %}