--- title: Artists / 3 months description: All of the artists I've listened to over the last 3 months. layout: default pagination: data: music.threeMonth.artists size: 24 permalink: "/music/artists/three-months/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" image: music.threeMonth.artists[0].grid.image schema: music --- {% tablericon "arrow-left" %} Back to music {% if pagination.pageNumber == 0 %}

{{ title }}

I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | mediaLinks: "genre", 5 }}.

See the albums or tracks I've listened to over the last 3 months. Or take a look at what I've listened to this week or this month.

You can also take a look at the concerts I've been to.


{% endif %} {% render "partials/media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination shape:"square" %}