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>
|
|
@ -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>
|
Reference in a new issue