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

Albums this month

These are the albums 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 artists I've listened to this month, the artists I've listened to this week or the albums 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 %}