--- layout: default pagination: data: genres size: 1 alias: genre permalink: "{{ genre.url }}/index.html" updated: "now" schema: genre --- {% assign artistCount = genre.artists.size %} {%- capture connectingWord -%} {% if artistCount > 1 %} are {% else %} is {% endif %} {%- endcapture -%} {%- assign mediaLinks = genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 -%} {% tablericon "arrow-left" "Go back to the music index page" %} Back to music

{{ genre.name }}

{%- if mediaLinks -%}

My top {{ genre.name }} artists {{ connectingWord }} {{ mediaLinks }}. I've listened to {{ genre.total_plays | formatNumber }} tracks form this genre.


{%- endif -%} {% render "partials/blocks/associated-media.liquid", posts:genre.posts %} {% render "partials/blocks/associated-media.liquid", books:genre.books %} {% render "partials/blocks/associated-media.liquid", movies:genre.movies %} {%- if genre.description -%}

Overview

{{ genre.description | markdown }}

Continue reading at Wikipedia.

Wikipedia content provided under the terms of the Creative Commons BY-SA license

{%- endif -%}