From 727dafc75bd602d6db230aea8a41aa444238596a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 24 May 2024 09:37:32 -0700 Subject: [PATCH] chore: artist note --- src/pages/main/music/artists/artist.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/main/music/artists/artist.html b/src/pages/main/music/artists/artist.html index bd78942d..2c5d7572 100644 --- a/src/pages/main/music/artists/artist.html +++ b/src/pages/main/music/artists/artist.html @@ -5,6 +5,7 @@ pagination: size: 1 alias: artist permalink: /music/artists/{{ artist.name_string | slugify | downcase }}-{{ artist.country | slugify | downcase}}/ +updated: "now" schema: artist --- {%- capture alt -%} @@ -51,4 +52,5 @@ schema: artist {% endfor %} +

These are the album by this artist that are in my collection, not necessarily a comprehensive discography.

\ No newline at end of file