--- title: Artists this month description: These are the artists I've been listening to this month. All of them are awesome. pagination: data: music.month.artists size: 24 permalink: "/music/this-month/artists/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music-month-artists updated: "now" --- {% if pagination.pageNumber == 0 %}

Artists this month

These are the artists I've been listening to this month. All of them are awesome. Listed in descending order from most plays to least.

You can also take a look at the the albums I've listened to this week, albums I've listened to this month or the artists I've listened to this week.

I also keep track of the concerts I've been to.


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