--- title: Artists • This month layout: default pagination: data: music.month.artists size: 24 permalink: "/music/artists/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber | plus: 1 }}/{% endif %}index.html" ---

{% tablericon "arrow-left" "Go back" %} Go back

I've listened to {{ music.month.artists.size }} artists this month and most of what I've listened to has been {{ music.month.genres | genresToString: 5 }}.

See my albums or tracks for this period.


{% for item in pagination.items %} {% assign alt = item.alt | strip | escape %}
{{ item.title }}
{{ item.plays }} plays
{% endfor %}
{% render "partials/widgets/paginator.liquid", pagination:pagination %}