chore: statically populate now playing
This commit is contained in:
parent
1880790c05
commit
212745f52d
4 changed files with 36 additions and 4 deletions
|
@ -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>
|
Reference in a new issue