18 lines
No EOL
1 KiB
HTML
18 lines
No EOL
1 KiB
HTML
---
|
|
title: Artists / This month
|
|
description: All of the artists I've listened to over the past month.
|
|
layout: default
|
|
pagination:
|
|
data: music.month.artists
|
|
size: 24
|
|
permalink: "/music/artists/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
|
schema: music
|
|
---
|
|
<a class="back-link-header link-icon flex-centered" href="/music">{% tablericon "arrow-left" "Go back" %} Go back</a>
|
|
{% if pagination.pageNumber == 0 %}
|
|
<h2 class="page-header">{{ title }}</h2>
|
|
<p>I've listened to <strong class="highlight-text">{{ music.month.artists.size }} artists</strong> this month and most of what I've listened to has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.</p>
|
|
<p><strong class="highlight-text">See my</strong> <a href="/music/albums/this-month/">albums</a> or <a href="/music/tracks/this-month/">tracks</a> for this period.</p>
|
|
<hr class="large-spacing" />
|
|
{% endif %}
|
|
{% render "partials/media/grid.liquid" data:pagination, shape: "square" %} |