fix: reference
This commit is contained in:
parent
a4bff46a3c
commit
29d5325361
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue