-
+
{{ artist.name_string }}
{%- if artist.favorite -%} diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html index 21a12bbc..47cad848 100644 --- a/src/pages/main/music/index.html +++ b/src/pages/main/music/index.html @@ -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" %}