chore: cleanup
This commit is contained in:
parent
56c9a128f0
commit
e327e44f1d
38 changed files with 93 additions and 106 deletions
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: This month
|
||||
description: This is everything I've been listening to this month — it's collected in a database as I listen to it and displayed here.
|
||||
layout: default
|
||||
permalink: "/music/this-month/index.html"
|
||||
updated: "now"
|
||||
image: music.month.artists[0].image
|
||||
schema: music-period
|
||||
---
|
||||
<h2>{{ title }}</h2>
|
||||
<p>I've listened to <strong class="highlight-text">{{ music.month.artists.size }} artists</strong>, <strong class="highlight-text">{{ music.month.albums.size }} albums</strong> and <strong class="highlight-text">{{ music.month.totalTracks }} tracks</strong> this month. Most of that has been {{ music.month.genres | mediaLinks: "genre", 5 }}.</p>
|
||||
<p><strong class="highlight-text">Take a look at what I've listened to</strong> <a href="/music">this week</a> or <a href="/music/concerts">check out the concerts I've been to.</a></p>
|
||||
<hr />
|
||||
<h3 id="artists">
|
||||
{% tablericon "microphone-2" %}
|
||||
Artists
|
||||
</h3>
|
||||
{% render "partials/media/grid.liquid", globals:globals, data:music.month.artists, shape:"square", count: 8, loading: "eager" %}
|
||||
<h3 id="albums">
|
||||
{% tablericon "vinyl" %}
|
||||
Albums
|
||||
</h3>
|
||||
{% render "partials/media/grid.liquid", globals:globals, data:music.month.albums, shape:"square", count: 8 %}
|
||||
<h3 id="tracks">
|
||||
{% tablericon "playlist" %}
|
||||
Tracks
|
||||
</h3>
|
||||
{% render "partials/media/music/chart.liquid", data:music.month.tracks, count: 10 %}
|
Reference in a new issue