---
title: Discography
subtitle: Discog
description: Collection of music releases published by εΎ’ setto γ‚»γƒƒγƒˆ over the years.
tags:
  - discography
  - releases
  - music
  - full-length
  - albums
  - EP
video_path:
image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
---

{% include relBase.html %}
{% include header.html %}

{% assign sorted = site.posts | sort: 'date' | reverse %}
{% for post in sorted %}
{% if post.category == 'releases' %}
<section id="read" class="news" style="margin:0;">

<div style="background-image:url({{ relBase }}{{ post.image }}"></div>
<div class="description">
  <h2>{{ post.title }}</h2>
  <p><strong>{% include forloop-dates.html %}</strong></p>
  <p>{{ post.description }}</p>
<p><a href="{{ relBase }}{{ post.url }}#play" class="button">πŸ”Š Listen</a></p>
</div>

  
</section>
{% endif %}
{% endfor %}