20 lines
No EOL
1.4 KiB
HTML
20 lines
No EOL
1.4 KiB
HTML
---
|
|
title: Tracks / This month
|
|
description: All of the tracks I've listened to over the past month.
|
|
layout: default
|
|
pagination:
|
|
data: music.month.tracks
|
|
size: 50
|
|
permalink: "/music/tracks/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
|
image: music.month.artists[0].image
|
|
schema: music
|
|
---
|
|
<a class="icon-link" href="/music" title="Go back to the music index page">{% tablericon "arrow-left" %} Back to music</a>
|
|
{% if pagination.pageNumber == 0 %}
|
|
<h2>{{ title }}</h2>
|
|
<p>I've listened to <strong class="highlight-text">{{ music.month.artists.size }} artists</strong>, <strong class="highlight-text">{{ music.month.albums.size }} albums</strong> and <strong class="highlight-text">{{ music.month.totalTracks }} tracks</strong> this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | mediaLinks: "genre", 5 }}.</p>
|
|
<p><strong class="highlight-text">See the</strong> <a href="/music/artists/this-month/">artists</a> or <a href="/music/albums/this-month/">albums</a> this month. <strong class="highlight-text">Or take a look at what I've listened to</strong> <a href="/music">this week</a> or <a href="/music/three-months">over the last 3 months</a>.</p>
|
|
<p><a href="/music/concerts">You can also take a look at the concerts I've been to.</a></p>
|
|
<hr />
|
|
{% endif %}
|
|
{% render "partials/media/music/chart.liquid" data:pagination.items %} |