chore: artist note
This commit is contained in:
parent
d09b97eeff
commit
727dafc75b
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
Reference in a new issue