--- layout: default 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.totalPlays == 1 -%} play {%- else -%} plays {%- endif -%} {%- endcapture -%} {% tablericon "arrow-left" "Go back to the music index page" %} Back to music
{{ alt }}

{{ artist.name }}

{% tablericon "map-pin" "Country" %} {{ artist.country }}

{%- if artist.favorite -%}

{% tablericon "heart" "Favorite" %} This is one of my favorite artists!

{%- endif -%} {%- if artist.tattoo -%}

{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this artist!

{%- endif -%} {%- if artist.totalPlays > 0 -%}

{{ artist.totalPlays }} {{ playLabel }}

{%- endif -%}

{{ artist.genre }}

{% render "partials/blocks/associated-media.liquid", posts:artist.posts %} {% render "partials/blocks/associated-media.liquid", artists:artist.relatedArtists %} {% render "partials/blocks/associated-media.liquid", books:artist.books %} {% render "partials/blocks/associated-media.liquid", movies:artist.movies %} {% render "partials/blocks/associated-media.liquid", shows:artist.shows %} {%- if artist.description -%}

Overview

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

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

{%- endif -%} {%- if artist.books or artist.concerts or artist.movies -%}
{%- endif -%} {% for album in artist.albums %} {% endfor %}
Album Plays Year
{{ album.name }} {{ album.totalPlays }} {{ album.releaseYear }}

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