@@ -56,8 +51,13 @@ schema: artist {%- if artist.description -%} - {{ artist.description | markdown }} - Show more + + + + + + {{ artist.description | markdown }} + {%- endif -%} diff --git a/src/pages/main/music/genre.html b/src/pages/main/music/genre.html index b777e6d6..bf1a596b 100644 --- a/src/pages/main/music/genre.html +++ b/src/pages/main/music/genre.html @@ -16,22 +16,22 @@ schema: genre is {% endif %} {%- endcapture -%} -{% capture js %} - {% render "../../../assets/scripts/text-toggle.js" %} -{% endcapture %} - - {% tablericon "arrow-left" "Go back to the music index page" %} Back to music {{ genre.name }} My top {{ genre.name }} artists {{ connectingWord }} {{ genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 }}. I've listened to {{ genre.total_plays | formatNumber }} tracks form this genre. {%- if genre.description -%} - - {{ genre.description | markdown }} - Continue reading at Wikipedia. - Wikipedia content provided under the terms of the Creative Commons BY-SA license + + + + + + + {{ genre.description | markdown }} + Continue reading at Wikipedia. + Wikipedia content provided under the terms of the Creative Commons BY-SA license + - Show more {%- endif -%} \ No newline at end of file
My top {{ genre.name }} artists {{ connectingWord }} {{ genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 }}. I've listened to {{ genre.total_plays | formatNumber }} tracks form this genre. {%- if genre.description -%} - - {{ genre.description | markdown }} - Continue reading at Wikipedia. - Wikipedia content provided under the terms of the Creative Commons BY-SA license + + + + + + + {{ genre.description | markdown }} + Continue reading at Wikipedia. + Wikipedia content provided under the terms of the Creative Commons BY-SA license + - Show more {%- endif -%} \ No newline at end of file