fix: text label

This commit is contained in:
Cory Dransfeldt 2024-08-12 15:50:33 -07:00
parent 31b69ae565
commit dc44f4248d
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -4,6 +4,6 @@
<p class="content"></p>
<noscript>
{%- assign track = music.recent | first -%}
<p>🎧 {{ track.title }} <a href="{{ track.url }}">{{ track.artist }}</a></p>
<p>🎧 {{ track.title }} by <a href="{{ track.url }}">{{ track.artist }}</a></p>
</noscript>
</api-text>