20 lines
No EOL
1.4 KiB
HTML
20 lines
No EOL
1.4 KiB
HTML
---
|
|
title: Albums / This week
|
|
description: All of the albums I've listened to this week.
|
|
layout: default
|
|
pagination:
|
|
data: music.week.albums
|
|
size: 24
|
|
permalink: "/music/albums/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
|
image: music.week.artists[0].grid.image
|
|
schema: music
|
|
---
|
|
<a class="icon-link" href="/music" title="Go back to the music index page">{% tablericon "arrow-left" %} Back to music</a>
|
|
{% if pagination.pageNumber == 0 %}
|
|
<h2>{{ title }}</h2>
|
|
<p>I've listened to <strong class="highlight-text">{{ music.week.artists.size }} artists</strong>, <strong class="highlight-text">{{ music.week.albums.size }} albums</strong> and <strong class="highlight-text">{{ music.week.totalTracks }} tracks</strong> this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | mediaLinks: "genre", 5 }}.</p>
|
|
<p><strong class="highlight-text">See the</strong> <a href="/music/artists/this-week/">artists</a> or <a href="/music/tracks/this-week/">tracks</a> I've listened to this week. <strong class="highlight-text">Or take a look at what I've listened to</strong> <a href="/music/this-month">this month</a> or <a href="/music/three-months">over the last 3 months</a>.</p>
|
|
<p><a href="/music/concerts">You can also take a look at the concerts I've been to.</a></p>
|
|
<hr />
|
|
{% endif %}
|
|
{% render "partials/media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination shape:"square" %} |