chore: artist note

This commit is contained in:
Cory Dransfeldt 2024-05-24 09:37:32 -07:00
parent d09b97eeff
commit 727dafc75b
No known key found for this signature in database

View file

@ -5,6 +5,7 @@ pagination:
size: 1 size: 1
alias: artist alias: artist
permalink: /music/artists/{{ artist.name_string | slugify | downcase }}-{{ artist.country | slugify | downcase}}/ permalink: /music/artists/{{ artist.name_string | slugify | downcase }}-{{ artist.country | slugify | downcase}}/
updated: "now"
schema: artist schema: artist
--- ---
{%- capture alt -%} {%- capture alt -%}
@ -51,4 +52,5 @@ schema: artist
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
<p class="text-small text-centered"><em>These are the album by this artist that are in my collection, not necessarily a comprehensive discography.</em></p>
</article> </article>