fix: reference

This commit is contained in:
Cory Dransfeldt 2024-04-05 15:17:56 -07:00
parent a4bff46a3c
commit 29d5325361
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "9.6.1",
"version": "9.6.2",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -14,7 +14,7 @@
<div class="track__chart--info">
<div class="track__chart--title">{{ item.title }}</div>
<div class="track__chart--artists">
<a href="{{ track.url }}">{{ item.artist }}</a> • {{ item.plays }} plays
<a href="{{ item.url }}">{{ item.artist }}</a> • {{ item.plays }} plays
</div>
</div>
</div>