19 lines
No EOL
1.3 KiB
HTML
19 lines
No EOL
1.3 KiB
HTML
---
|
|
title: Tracks / This week
|
|
description: All of the tracks I've listened to this week.
|
|
layout: default
|
|
pagination:
|
|
data: music.week.tracks
|
|
size: 50
|
|
permalink: "/music/tracks/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
|
image: music.week.artists[0].image
|
|
schema: music
|
|
---
|
|
<a class="back-link-header link-icon flex-centered" href="/music" title="Go back to the music index page">{% tablericon "arrow-left" "Go back to the music index page" %} Back to music</a>
|
|
{% if pagination.pageNumber == 0 %}
|
|
<h2 class="page-header">{{ 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 what I've listened to has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.</p>
|
|
<p><strong class="highlight-text">See the</strong> <a href="/music/artists/this-week/">artists</a> or <a href="/music/albums/this-week/">albums</a> I've listened to this week.</p>
|
|
<hr class="large-spacing" />
|
|
{% endif %}
|
|
{% render "partials/media/music/chart.liquid" data:pagination, playTotal: music.week.tracks[0].plays %} |