15 lines
No EOL
947 B
HTML
15 lines
No EOL
947 B
HTML
---
|
|
title: Artists • This week
|
|
description: All of the artists I've listened to this week.
|
|
layout: default
|
|
pagination:
|
|
data: music.week.artists
|
|
size: 24
|
|
permalink: "/music/artists/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
|
schema: music
|
|
---
|
|
<a class="back-link-header link-icon flex-centered" href="/music">{% tablericon "arrow-left" "Go back" %} Go back</a>
|
|
<h2 class="page-header">{{ title }}</h2>
|
|
<p>I've listened to <strong class="highlight-text">{{ music.week.artists.size }} artists</strong> this week and most of what I've listened to has been {{ music.week.genres | sortByPlaysDescending | genreStrings: "genre" | mediaLinks: "genre", 5 }}.</p>
|
|
<p><strong class="highlight-text">See my</strong> <a href="/music/albums/this-week/">albums</a> or <a href="/music/tracks/this-week/">tracks</a> for this period.</p>
|
|
{% render "partials/media/music/period/grid.liquid" data:pagination %} |