fix: label + data arg
This commit is contained in:
parent
f6a4481f0a
commit
327be80b79
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ schema: music-index
|
|||
<h2>{{ title }}</h2>
|
||||
<p>I've listened to <strong class="highlight-text">{{ music.week.artists.size }} artists</strong>, <strong class="highlight-text">{{ music.week.albums.size }} albums</strong> and <strong class="highlight-text">{{ music.week.totalTracks }} tracks</strong> this week. Most of that has been {{ music.week.genres | mediaLinks: "genre", 5 }}.</p>
|
||||
<p><strong class="highlight-text">Take a look at what I've listened to</strong> <a href="/music/this-month">this month</a> or <a href="/music/concerts">check out the concerts I've been to.</a></p>
|
||||
{% render "blocks/now-playing.liquid", music:music %}
|
||||
<p><span class="music">Last track listened to:</span> {% render "blocks/now-playing.liquid", nowPlaying:nowPlaying.content %}</p>
|
||||
<hr />
|
||||
<h3 id="artists">
|
||||
{% tablericon "microphone-2" %}
|
||||
|
|
Reference in a new issue