chore: statically populate now playing

This commit is contained in:
Cory Dransfeldt 2024-10-09 18:40:26 -07:00
parent 1880790c05
commit 212745f52d
No known key found for this signature in database
4 changed files with 36 additions and 4 deletions

View file

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