--- pagination: data: artists size: 1 alias: artist permalink: "{{ artist.url }}/index.html" updated: "now" schema: artist --- {%- capture alt -%} {{ artist.name }} / {{ artist.country }} {%- endcapture -%} {%- capture playLabel -%} {%- if artist.total_plays == 1 -%} play {%- else -%} plays {%- endif -%} {%- endcapture -%} {% tablericon "arrow-left" %} Back to music
{{ alt | replaceQuotes }}
{{ artist.name }} {% tablericon "map-pin" %} {{ artist.country }} {%- if artist.favorite -%} {% tablericon "heart" %} This is one of my favorite artists! {%- endif -%} {%- if artist.tattoo -%} {% tablericon "needle" %} I have a tattoo inspired by this artist! {%- endif -%} {%- if artist.total_plays > 0 -%} {{ artist.total_plays }} {{ playLabel }} {%- endif -%} {{ artist.genre.name }}
{% render "blocks/associated-media.liquid", artists: artist.related_artists, books: artist.books, genres: artist.genres, movies: artist.movies, posts: artist.posts, shows: artist.shows %} {%- if artist.description -%}

Overview

{{ artist.description | markdown }}
{%- endif -%} {%- if artist.concerts -%}

{% tablericon "device-speaker" %} I've seen this artist live!

{%- endif -%} {% for album in artist.albums %} {% endfor %}
Album Plays Year
{{ album.name }} {{ album.total_plays }} {{ album.release_year }}

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