--- 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].image schema: music --- {% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

I've listened to {{ music.threeMonth.artists.size }} artists over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

See the albums or tracks I've listened to over the last 3 months.


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