chore: last played track to now page
This commit is contained in:
parent
d9fdcad1f1
commit
d9c148d08c
4 changed files with 7 additions and 11 deletions
|
@ -18,6 +18,10 @@ description: "See what I'm doing now."
|
|||
{% tablericon "play-basketball" "NBA - Lakers" %}
|
||||
Rooting for the <a href="https://lakers.com">Lakers</a>. 💜💛
|
||||
</p>
|
||||
<p>
|
||||
{% tablericon "headphones" "Listening to" %}
|
||||
The last track I listened to was <strong class="highlight-text">{{ music.nowPlaying.track }}</strong> by <strong class="highlight-text">{{ music.nowPlaying.artist }}</strong>.
|
||||
</p>
|
||||
</div>
|
||||
<h2 class="now__section--header flex--centered">
|
||||
{% tablericon "terminal-2" "Making" %}
|
||||
|
|
Reference in a new issue