setto.basspistol.com/discography.html

35 lines
856 B
HTML
Raw Normal View History

2020-07-24 14:34:09 +02:00
---
title: Discography
subtitle: Discog
2020-07-27 12:29:49 +02:00
description: Collection of music releases published by 徒 setto セット over the years.
2020-07-24 14:34:09 +02:00
tags:
- discography
- releases
- music
- full-length
- albums
- EP
video_path:
2020-07-26 16:00:51 +02:00
image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
2020-07-24 14:34:09 +02:00
---
2020-08-04 12:07:59 +02:00
{% include relBase.html %}
{% include header.html %}
2020-07-24 14:34:09 +02:00
2020-07-27 14:37:24 +02:00
{% assign sorted = site.posts | sort: 'date' | reverse %}
2020-08-04 12:07:59 +02:00
{% for post in sorted %}
{% if post.category == 'releases' %}
2020-09-18 13:04:52 +02:00
<section id="read" class="news" style="margin:0;">
2020-08-04 12:07:59 +02:00
<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>
2020-09-18 13:09:11 +02:00
<p><a href="{{ relBase }}{{ post.url }}#play" class="button">🔊 Listen</a></p>
2020-08-04 12:07:59 +02:00
</div>
2020-07-24 14:34:09 +02:00
</section>
2020-07-27 14:37:24 +02:00
{% endif %}
2020-08-04 12:07:59 +02:00
{% endfor %}