22 lines
1 KiB
HTML
22 lines
1 KiB
HTML
---
|
|
title: Albums this week
|
|
description: These are the albums I've been listening to this week. All of them are awesome.
|
|
pagination:
|
|
data: music.week.albums
|
|
size: 24
|
|
permalink: "/music/this-week/albums/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
|
|
schema: music-week-albums
|
|
updated: "now"
|
|
---
|
|
{% if pagination.pageNumber == 0 %}
|
|
<h2 class="page-title">Albums this week</h2>
|
|
<p>These are the albums I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.</p>
|
|
<p><mark>You can also take a look at</mark> the <a href="/music/this-month/artists">artists I've listened to this month</a>, <a href="/music/this-week/artists">the artists I've listened to this week</a> or <a href="/music/this-month/albums">the albums I've listened to this month</a>.</p>
|
|
<p><a href="/music/concerts" class="concerts">I also keep track of the concerts I've been to</a>.</p>
|
|
<hr />
|
|
{% endif %}
|
|
{% render "media/grid.liquid",
|
|
globals:globals,
|
|
data:pagination.items,
|
|
pagination:pagination
|
|
%}
|