chore: styles + meta

This commit is contained in:
Cory Dransfeldt 2024-05-29 11:08:19 -07:00
parent 2c40ef759a
commit c1f168dc90
No known key found for this signature in database
5 changed files with 17 additions and 5 deletions

View file

@ -19,7 +19,7 @@ schema: artist
<a class="back-link-header link-icon flex-centered" href="/music">{% tablericon "arrow-left" "Go back" %} Go back</a>
<article class="artist-focus">
<div class="artist-display">
<img src="https://coryd.dev/.netlify/images/?url={{ artist.image }}&fm=webp&q=85&w=240&h=240&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" width="240" height="240" />
<img src="https://coryd.dev/.netlify/images/?url={{ artist.image }}&fm=webp&q=85&w=480&h=480&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" width="480" height="480" />
<div class="artist-meta">
<p class="title"><strong>{{ artist.name_string }}</strong></p>
{%- if artist.favorite -%}

View file

@ -1,9 +1,10 @@
---
title: Music
description: This is everything I've been listening to recently — it's collected in a database as I listen to it and displayed here.
layout: default
permalink: "/music/index.html"
updated: "now"
schema: music
schema: music-index
---
{% capture js %}
{% render "../../../assets/scripts/media-toggles.js" %}