diff --git a/releases.html b/releases.html new file mode 100644 index 00000000..fa1488da --- /dev/null +++ b/releases.html @@ -0,0 +1,82 @@ +--- +title: pax:nion discog +description: The full catalog of pax:nion bangers +image: +--- + + + + + +
+ +
+

Track list

+

Use thses pages to share one song in particulare

+
+ +
+ +{% for album in site.albums %} + +
+
+

{{ 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 %}