--- title: Artists layout: default description: "See my top artists." pagination: data: musicCharts.year.artists size: 30 ---

These are my top artists for the past year or so — running backwards from when my site rebuilt itself (likely in the past hour or so).

{% for item in pagination.items %} {% capture alt %}{{ item.plays }} of {{ item.artist }}{% endcapture %}
{% image item.image, alt, '', 'lazy' %}
{{ item.plays }} plays
{% endfor %}
{% render "partials/paginator.liquid", pagination:pagination %}