--- title: Discography subtitle: Discog description: 'Our collection of Creative Commons licensed releases. Open culture''s finest' keywords: Discography, Releases, Music, Full-length, Albums, EP video_path: /assets/vid/discogs.mp4 image: /assets/vid/discogs.jpg ---

Ready for the output?

Buckle up it's a long list

{% assign sorted = site.albums | sort: 'date' | reverse %} {% for album in sorted %}

{{ album.title }}

{{ album.date | date: '%Y' }}

{% for track in album.tracks %}

{{ track.common.track.no }}. {{ track.common.title }}
| {{ track.common.genre }}

{% endfor %}
{{ album.title }}
{% endfor %} {% include streamer.html %} {% include footer.html %}