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>

View file

@ -1,4 +1,4 @@
<article>
<p><strong class="highlight-text">I'm a software developer based in Camarillo, California</strong>. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, <a href="/music">music</a>, <a href="/posts">writing</a>, <a href="/books">reading</a>, <a href="/watching#tv">tv</a> and <a href="/watching#movies">movies</a>.</p>
{% render "partials/blocks/now-playing.liquid", music:music %}
{% render "partials/blocks/now-playing.liquid", nowPlaying:nowPlaying %}
</article>